
Add an option to export the list of packages that got installed to the mirror so that we can use the list to compare the difference between the requirements (packages to be installed) and the mirror (what actually got installed) Change-Id: Ifda23d78ea4f324a145fc0279f4c80dc25570f73 Related-Bug: #1172417
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