uv/crates/uv-client/src
konsti 2b3890f2b4
Extract METADATA reading into a crate (#7231)
This is preparatory work for the upload functionality, which needs to
read the METADATA file and attach its parsed contents to the POST
request: We move finding the `.dist-info` from `install-wheel-rs` and
`uv-client` to a new `uv-metadata` crate, so it can be shared with the
publish crate.

I don't properly know if its the right place since the upload code isn't
ready, but i'm PR-ing it now because it already had merge conflicts.
2024-09-10 13:31:01 +00:00
..
httpcache Fix typos in docs, error messages and comments (#6910) 2024-09-01 11:37:43 +00:00
base_client.rs Make headers title case for backward compatibility (#6887) 2024-09-03 13:28:45 -04:00
cached_client.rs Fix typos in docs, error messages and comments (#6910) 2024-09-01 11:37:43 +00:00
error.rs Extract METADATA reading into a crate (#7231) 2024-09-10 13:31:01 +00:00
flat_index.rs Add support for --trusted-host (#6591) 2024-08-27 09:36:50 -04:00
html.rs Make invlaid core-metadata tag non-fatal (#7046) 2024-09-04 16:44:04 -04:00
lib.rs Show when we retried requests (#4725) 2024-07-02 19:04:11 +02:00
linehaul.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
middleware.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
registry_client.rs Extract METADATA reading into a crate (#7231) 2024-09-10 13:31:01 +00:00
remote_metadata.rs Extract METADATA reading into a crate (#7231) 2024-09-10 13:31:01 +00:00
rkyvutil.rs Enable workspace lint configuration in remaining crates (#4329) 2024-06-18 03:02:28 +00:00
tls.rs feat: mTLS support (#4171) 2024-06-10 20:11:35 -05:00