.coveragerc
.dockerignore
.gitignore
.project.sample
.pydevproject.sample
AUTHORS.rst
CHANGES.rst
Dockerfile
LICENSE.txt
Makefile
README.md
bootstrap.py
buildout.cfg
docker-compose.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/rc.yml
.github/workflows/rt.yml
bin/.gitignore
bin/README.md
bin/bumpver.py
bin/ci_helper.py
bin/package.sh
bin/update_changelog.sh
docker/README.md
docker/docker-requirements.txt
docker/entrypoint.sh
docker/gunicorn.conf.py
docker/test_docker.py
docs/README.md
docs/__resources__/pypiserver_logo.png
docs/contents/.gitkeep
docs/contents/repo-maintenance/release-work.md
fixtures/htpasswd.a.a
fixtures/mypkg/setup.cfg
fixtures/mypkg/setup.py
fixtures/mypkg/mypkg/__init__.py
pypiserver/__init__.py
pypiserver/__main__.py
pypiserver/_app.py
pypiserver/backend.py
pypiserver/bottle.py
pypiserver/cache.py
pypiserver/config.py
pypiserver/core.py
pypiserver/manage.py
pypiserver/pkg_helpers.py
pypiserver/plugin.py
pypiserver/welcome.html
pypiserver.egg-info/PKG-INFO
pypiserver.egg-info/SOURCES.txt
pypiserver.egg-info/dependency_links.txt
pypiserver.egg-info/entry_points.txt
pypiserver.egg-info/requires.txt
pypiserver.egg-info/top_level.txt
pypiserver.egg-info/zip-safe
requirements/dev.pip
requirements/exe.pip
requirements/test-requirements.txt
requirements/test.pip
tests/__init__.py
tests/doubles.py
tests/sample_msg.html
tests/test-ignorelist
tests/test_app.py
tests/test_backend.py
tests/test_config.py
tests/test_core.py
tests/test_docs.py
tests/test_init.py
tests/test_main.py
tests/test_manage.py
tests/test_pkg_helpers.py
tests/test_server.py