About
Code Shipping - (Repository | Registry) in Python
A repository in Python is also called an index.
Articles Related
Management
Default
List
- The Python Package Index (PyPI) is a repository of software for the Python programming language.
- Every version control system. See Python - pip
Own / Other Index
Hosting
Installing
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