uv/crates/puffin-resolver
konsti b2439b24a1
Fetch wheel metadata by async range requests on the remote wheel (#301)
Use range requests and async zip to extract the METADATA file from a
remote wheel.

We currently only cache when the remote says the remote declares the
resource as immutable, see
https://github.com/06chaynes/http-cache/issues/57 and
https://github.com/baszalmstra/async_http_range_reader/pull/1 . The
cache is stored as json with the description omitted, this improve cache
deserialization performance.
2023-11-06 15:06:49 +01:00
..
src Fetch wheel metadata by async range requests on the remote wheel (#301) 2023-11-06 15:06:49 +01:00
tests Add support for subdirectories in URL dependencies (#312) 2023-11-03 15:28:38 -04:00
Cargo.toml Write fully-precise Git SHAs to pip-compile output (#299) 2023-11-03 16:26:57 +00:00