.coveragerc
.travis.yml
LICENSE
MANIFEST.in
README.rst
requirements_dev.txt
setup.py
tox.ini
docs/Makefile
docs/build/texinfo/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/license.rst
docs/source/api/commands.rst
docs/source/api/download.rst
docs/source/api/exceptions.rst
docs/source/api/index.rst
docs/source/api/pypirc.rst
docs/source/api/upload.rst
pypi_uploader.egg-info/PKG-INFO
pypi_uploader.egg-info/SOURCES.txt
pypi_uploader.egg-info/dependency_links.txt
pypi_uploader.egg-info/entry_points.txt
pypi_uploader.egg-info/not-zip-safe
pypi_uploader.egg-info/requires.txt
pypi_uploader.egg-info/top_level.txt
pypiuploader/__init__.py
pypiuploader/commands.py
pypiuploader/download.py
pypiuploader/exceptions.py
pypiuploader/pypirc.py
pypiuploader/upload.py
tests/__init__.py
tests/test_commands.py
tests/test_download.py
tests/test_pypirc.py
tests/test_upload.py
tests/utils.py