Skip to content
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

Feature request - "pip download"-like behavior, but platform independent. #9345

Closed
f3flight opened this issue Nov 22, 2024 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@f3flight
Copy link

Hi UV devs! I was looking for a way to use UV to download a full set of dependency files for a given package, similarly to how "pip download" works. Looks like there's no clean way to do this currently, only extracting from cache - is that correct? More importantly, I am looking for a way to download all possible artifacts for each dependency in the tree, i.e. both sdist and all wheels. This would be equivalent to creating a lock file and downloading all urls listed there. The end goal of this is to be able to do sparse updates of internal mirror of various external indexes, grabbing only necessary files.

@topher96
Copy link

topher96 commented Nov 22, 2024

Related #6323 and #3163

@samypr100 samypr100 added the duplicate This issue or pull request already exists label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants