Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/source/conf.py
docs/source/index.rst
docs/source/narrative.rst
docs/source/api-ref/api.rst
docs/source/api-ref/builder.rst
docs/source/api-ref/index.rst
docs/source/api-ref/miscellaneous.rst
docs/source/api-ref/uri.rst
docs/source/api-ref/validators.rst
docs/source/release-notes/0.1.0.rst
docs/source/release-notes/0.2.0.rst
docs/source/release-notes/0.2.1.rst
docs/source/release-notes/0.2.2.rst
docs/source/release-notes/0.3.0.rst
docs/source/release-notes/0.3.1.rst
docs/source/release-notes/0.4.0.rst
docs/source/release-notes/0.4.1.rst
docs/source/release-notes/0.4.2.rst
docs/source/release-notes/1.0.0.rst
docs/source/release-notes/index.rst
docs/source/user/building.rst
docs/source/user/parsing.rst
docs/source/user/validating.rst
src/rfc3986/__init__.py
src/rfc3986/abnf_regexp.py
src/rfc3986/api.py
src/rfc3986/builder.py
src/rfc3986/compat.py
src/rfc3986/exceptions.py
src/rfc3986/misc.py
src/rfc3986/normalizers.py
src/rfc3986/parseresult.py
src/rfc3986/uri.py
src/rfc3986/validators.py
src/rfc3986.egg-info/PKG-INFO
src/rfc3986.egg-info/SOURCES.txt
src/rfc3986.egg-info/dependency_links.txt
src/rfc3986.egg-info/top_level.txt
tests/__init__.py
tests/base.py
tests/conftest.py
tests/test_api.py
tests/test_builder.py
tests/test_misc.py
tests/test_normalizers.py
tests/test_parseresult.py
tests/test_unicode_support.py
tests/test_uri.py
tests/test_validators.py