.gitignore
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
tox.ini
.github/FUNDING.yml
.github/SECURITY.md
.github/copilot-instructions.md
.github/copilot-review.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
docs/conf.py
docs/index.rst
src/uritools/__init__.py
src/uritools/__init__.pyi
src/uritools/py.typed
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