uv/crates/puffin-client
Charlie Marsh afda835544
Avoid clone for `WheelMetadataCache` (#500)
This doesn't need to own the underlying data which allows us to remove a
number of clones.
2023-11-25 23:33:59 +00:00
..
src Avoid clone for `WheelMetadataCache` (#500) 2023-11-25 23:33:59 +00:00
tests Source dist metadata refactor (#468) 2023-11-24 17:47:58 +00:00
Cargo.toml Source dist metadata refactor (#468) 2023-11-24 17:47:58 +00:00
README.md Add client networking stack 2023-10-05 12:45:38 -04:00

README.md

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.