RETIRED, PyPI mirror builder
Go to file
Monty Taylor 8774e55571 Remove spurious uses of output return values
There are several places in the code where out is collected but not
used. These make the code harder to reason about. Remove them and
only actually get the output if we care.

Change-Id: I0280df56538fc7a56ee2d2bb47f05908270a3045
2013-09-12 15:15:11 -05:00
pypi_mirror Remove spurious uses of output return values 2013-09-12 15:15:11 -05:00
.gitignore Add .idea to .gitignore 2013-07-22 13:10:38 +04:00
.gitreview Rename jeepyb to pypi-mirror 2013-09-09 13:43:36 -05:00
.mailmap Add gerritx project infrastructure. 2012-11-22 09:41:44 -08:00
CONTRIBUTING.md Let's just file bugs at openstack-ci for now. 2012-11-28 09:47:59 -08:00
MANIFEST.in Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
README.rst Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
requirements.txt Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
setup.cfg Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
setup.py Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
test-requirements.txt Strip out the things we don't need from jeepyb 2013-09-09 13:43:53 -05:00
tox.ini Modernize to curent build standards 2013-07-02 16:49:29 +00:00

README.rst

Partial PyPI Mirrors

Sometimes you want a PyPI mirror, but you don't want the whole thing. You certainly don't want external links. What you want are the things that you need and nothing more. What's more, you often know exactly what you need because you already have a pip requirements.txt file containing the list of things you expect to download from PyPI.

pypi-mirror will build a local static mirror for you based on requirements files in git repos.