Code Shipping - (Repository | Registry) in Python
A repository in Python is also called an index.
Python - Pypa (Python Packaging Authority)
https://packaging.python.org/guides/hosting-your-own-index/
Install from an alternate index
pip install --index-url http://my.package.repo/simple/ SomeProject
Search an additional index during install, in addition to PyPI
pip install --extra-index-url http://my.package.repo/simple SomeProject