.dockerignore
.gitignore
.project.sample
.pydevproject.sample
.travis.yml
AUTHORS.rst
CHANGES.rst
Dockerfile
LICENSE.txt
README.rst
bootstrap.py
buildout.cfg
docker-compose.yml
pypiserver_logo.png
setup.cfg
setup.py
tox.ini
bin/.gitignore
bin/README.rst
bin/bumpver.py
bin/check_readme.sh
bin/commit-standalone.sh
bin/gen-standalone.sh
bin/package.sh
bin/test-docker.sh
bin/test_standalone.sh
pypiserver/__init__.py
pypiserver/__main__.py
pypiserver/_app.py
pypiserver/bottle.py
pypiserver/cache.py
pypiserver/core.py
pypiserver/manage.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
tests/__init__.py
tests/centodeps-setup.py
tests/htpasswd.a.a
tests/sample_msg.html
tests/test_app.py
tests/test_core.py
tests/test_docs.py
tests/test_init.py
tests/test_main.py
tests/test_manage.py
tests/test_server.py