uv/crates/puffin-distribution/src
konsti f0841cdb6e
Wheel metadata refactor (#462)
A consistent cache structure for remote wheel metadata:

 * `<wheel metadata cache>/pypi/foo-1.0.0-py3-none-any.json`
* `<wheel metadata
cache>/<digest(index-url)>/foo-1.0.0-py3-none-any.json`
* `<wheel metadata cache>/url/<digest(url)>/foo-1.0.0-py3-none-any.json`

The source dist caching will use a similar structure (#468).
2023-11-20 17:26:36 +01:00
..
vendor Unify distribution operations into a single crate (#460) 2023-11-20 11:22:52 +00:00
download.rs Use a dedicated error type for puffin-distribution (#466) 2023-11-20 11:38:27 +00:00
error.rs Use a dedicated error type for puffin-distribution (#466) 2023-11-20 11:38:27 +00:00
fetcher.rs Wheel metadata refactor (#462) 2023-11-20 17:26:36 +01:00
lib.rs Use a dedicated error type for puffin-distribution (#466) 2023-11-20 11:38:27 +00:00
reporter.rs Unify distribution operations into a single crate (#460) 2023-11-20 11:22:52 +00:00
unzip.rs Unify distribution operations into a single crate (#460) 2023-11-20 11:22:52 +00:00