
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
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.
Description