.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
simple_repository_server/__init__.py
simple_repository_server/__main__.py
simple_repository_server/_http_response_iterator.py
simple_repository_server/_version.py
simple_repository_server/py.typed
simple_repository_server/utils.py
simple_repository_server.egg-info/PKG-INFO
simple_repository_server.egg-info/SOURCES.txt
simple_repository_server.egg-info/dependency_links.txt
simple_repository_server.egg-info/entry_points.txt
simple_repository_server.egg-info/requires.txt
simple_repository_server.egg-info/top_level.txt
simple_repository_server/routers/__init__.py
simple_repository_server/routers/simple.py
simple_repository_server/tests/__init__.py
simple_repository_server/tests/test__http_response_iterator.py
simple_repository_server/tests/test_netrc_auth.py
simple_repository_server/tests/api/__init__.py
simple_repository_server/tests/api/test_simple_router.py
simple_repository_server/tests/integration/__init__.py
simple_repository_server/tests/integration/test_repo_dependency_injection.py
simple_repository_server/tests/unit/__init__.py
simple_repository_server/tests/unit/test_utils.py