CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
src/uritools/__init__.py
src/uritools/chars.py
src/uritools/classify.py
src/uritools/compose.py
src/uritools/defrag.py
src/uritools/encoding.py
src/uritools/join.py
src/uritools/split.py
src/uritools.egg-info/PKG-INFO
src/uritools.egg-info/SOURCES.txt
src/uritools.egg-info/dependency_links.txt
src/uritools.egg-info/top_level.txt
tests/__init__.py
tests/test_classify.py
tests/test_compose.py
tests/test_defrag.py
tests/test_encoding.py
tests/test_join.py
tests/test_split.py
tests/test_unsplit.py