source: uri/src/rfc3986.egg-info/SOURCES.txt@ 230

Last change on this file since 230 was 230, checked in by wouter, 4 years ago

#91 clone https://pypi.org/project/rfc3986/

File size: 1.8 KB
RevLine 
[230]1AUTHORS.rst
2LICENSE
3MANIFEST.in
4README.rst
5setup.cfg
6setup.py
7docs/source/conf.py
8docs/source/index.rst
9docs/source/narrative.rst
10docs/source/api-ref/api.rst
11docs/source/api-ref/builder.rst
12docs/source/api-ref/index.rst
13docs/source/api-ref/iri.rst
14docs/source/api-ref/miscellaneous.rst
15docs/source/api-ref/uri.rst
16docs/source/api-ref/validators.rst
17docs/source/release-notes/0.1.0.rst
18docs/source/release-notes/0.2.0.rst
19docs/source/release-notes/0.2.1.rst
20docs/source/release-notes/0.2.2.rst
21docs/source/release-notes/0.3.0.rst
22docs/source/release-notes/0.3.1.rst
23docs/source/release-notes/0.4.0.rst
24docs/source/release-notes/0.4.1.rst
25docs/source/release-notes/0.4.2.rst
26docs/source/release-notes/1.0.0.rst
27docs/source/release-notes/1.1.0.rst
28docs/source/release-notes/1.2.0.rst
29docs/source/release-notes/1.3.0.rst
30docs/source/release-notes/1.3.1.rst
31docs/source/release-notes/1.3.2.rst
32docs/source/release-notes/1.4.0.rst
33docs/source/release-notes/1.5.0.rst
34docs/source/release-notes/index.rst
35docs/source/release-notes/unreleased.rst
36docs/source/user/building.rst
37docs/source/user/parsing.rst
38docs/source/user/validating.rst
39src/rfc3986/__init__.py
40src/rfc3986/_mixin.py
41src/rfc3986/abnf_regexp.py
42src/rfc3986/api.py
43src/rfc3986/builder.py
44src/rfc3986/compat.py
45src/rfc3986/exceptions.py
46src/rfc3986/iri.py
47src/rfc3986/misc.py
48src/rfc3986/normalizers.py
49src/rfc3986/parseresult.py
50src/rfc3986/uri.py
51src/rfc3986/validators.py
52src/rfc3986.egg-info/PKG-INFO
53src/rfc3986.egg-info/SOURCES.txt
54src/rfc3986.egg-info/dependency_links.txt
55src/rfc3986.egg-info/requires.txt
56src/rfc3986.egg-info/top_level.txt
57tests/__init__.py
58tests/base.py
59tests/conftest.py
60tests/test_api.py
61tests/test_builder.py
62tests/test_iri.py
63tests/test_misc.py
64tests/test_normalizers.py
65tests/test_parseresult.py
66tests/test_unicode_support.py
67tests/test_uri.py
68tests/test_validators.py
Note: See TracBrowser for help on using the repository browser.