Skip to content

mbr/nginx-pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nginx-pypi

Simple, small configuration + startup script that will cache PyPI downloads using nginx. Use as follows:

  1. Edit your ~/.pip/pip.conf to look similiar to this:

    [global]
    index-url = http://localhost:5079/simple/
    
  2. Run pypiproxy.sh.

Now pip will use the local nginx proxy instead of PyPI. Currently, SSL (checking upstream SSL certificates) is not supported (but will be as soon as I get my hands on an nginx version that supports it), so be advised.

About

Small nginx config + startup script to speed up installations from PyPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages