.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
app.requirements.txt
pyproject.toml
setup.cfg
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish-docker-image.yml
.github/workflows/publish-python-package.yml
.github/workflows/test-python-package.yml
scripts/benchmark-json-api-response-size.py
src/proxpi/__init__.py
src/proxpi/_cache.py
src/proxpi/server.py
src/proxpi.egg-info/PKG-INFO
src/proxpi.egg-info/SOURCES.txt
src/proxpi.egg-info/dependency_links.txt
src/proxpi.egg-info/requires.txt
src/proxpi.egg-info/top_level.txt
src/proxpi/templates/files.html
src/proxpi/templates/index.html
src/proxpi/templates/packages.html
tests/__init__.py
tests/_utils.py
tests/requirements.txt
tests/test_integration.py
tests/test_pypi.py