-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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: add new "lazy-wheel" config option #8815
Commits on Jan 20, 2024
-
feature: add new "lazy-wheel" config option
If active and a server supports range requests, we do not have to download entire wheels to fetch metadata but can just download the METADATA file from the remote wheel with a couple of range requests.
Configuration menu - View commit details
-
Copy full SHA for df62035 - Browse repository at this point
Copy the full SHA df62035View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10e006 - Browse repository at this point
Copy the full SHA f10e006View commit details -
refactor: rename
from_metadata
tofrom_metadata_directory
, rename…… `from_wheel_metadata` to `from_metadata`
Configuration menu - View commit details
-
Copy full SHA for 346b7df - Browse repository at this point
Copy the full SHA 346b7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f25832f - Browse repository at this point
Copy the full SHA f25832fView commit details -
remove one level of inheritance: merge LazyRemoteResource and FixedSi…
…zeLazyResource to LazyRemoteFile
Configuration menu - View commit details
-
Copy full SHA for 31b5c06 - Browse repository at this point
Copy the full SHA 31b5c06View commit details -
remove one level of inheritance: merge LazyRemoteFile and LazyHTTPFil…
…e to LazyFileOverHTTP
Configuration menu - View commit details
-
Copy full SHA for 44a2570 - Browse repository at this point
Copy the full SHA 44a2570View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2d0f3 - Browse repository at this point
Copy the full SHA ec2d0f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8309ad2 - Browse repository at this point
Copy the full SHA 8309ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e0b57 - Browse repository at this point
Copy the full SHA 48e0b57View commit details