pypi
PyPI - the Python Package Index
pip install . pip uninstall vbhelloworld nano ~/.pypirc [distutils] index-servers= pypitest [pypitest] repository = https://testpypi.python.org/pypi username = userx password = passx python3.5 setup.py register -r https://testpypi.python.org/pypi python3.5 setup.py sdist python3.5 setup.py sdist upload -r https://testpypi.python.org/pypi pip uninstall vbhelloworld pip install -i https://testpypi.python.org/pypi vbhelloworld