uv
2b3890f2 - Extract METADATA reading into a crate (#7231)

Commit
280 days ago
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.
Author
Parents
  • File
    Cargo.lock
  • File
    Cargo.toml
  • crates
    • install-wheel-rs/src
      • File
        lib.rs
    • uv-client
      • File
        Cargo.toml
      • src
        • File
          error.rs
        • File
          registry_client.rs
        • File
          remote_metadata.rs
    • uv-distribution
      • File
        Cargo.toml
      • src
        • File
          download.rs
        • File
          error.rs
        • source
          • File
            mod.rs
    • uv-extract
      • File
        Cargo.toml
    • uv-metadata
      • File
        Cargo.toml
      • src
        • File
          lib.rs
    • uv-resolver
      • File
        Cargo.toml
      • src/resolver
        • File
          provider.rs
    • uv/tests
      • File
        pip_sync.rs