garacio / pypiproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypiproxy

Caching proxy for https://pypi.python.org/.

Usage

  • deploy using gunicorn or similar app server
  • create writable /var/lib/pypiproxy/ directory
  • create ~/.pip/pip.conf

[global]
index-url = http://pypi.example.org/simple

About