-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip download option with all wheels #4422
Comments
Do you mean: lxml-3.7.3-cp26-cp26m-win32.whl |
yes, that's correct. |
I'd say this is unlikely to be integrated via pip in the short term. |
Can you give an explanation of the use case where you'd need something like this? |
I'd like to be able to download all available packages for calculating hashes, eg in pip-tools |
Like @xavfernandez says, that sounds more like a use case for a custom program using the |
I'd also like to be able to download all available packages for creating caches for multiple types of build servers |
also pip-tools is sufficiently coupled to pip that using requests/packaging is very difficult, and re-using the PackageFinder machinery is really handy. |
Using |
Since both @xavfernandez and @pfmoore say that this isn't something pip would be doing anytime soon, I'll close this. Feel free to re-open this issue if you feel otherwise. |
Description:
Allow
pip download --all
to download all possible tags.What I've run:
The text was updated successfully, but these errors were encountered: