PyPI - Python Package Index

Note

Check out devpi

Also see proxypypi

Mirror

What to do when PyPI goes down:

pip install -i http://d.pypi.python.org $PACKAGE

Note: Three mirrors are available, b, c and d.

… or:

pip install --use-mirrors $PACKAGE

… or set the following environment variable in ~/.bashrc:

export PIP_USE_MIRRORS=true