uv/crates/uv-client
Zanie Blue 10c4effbd3
Refactor incompatiblity tracking for distributions (#1298)
Extends the "compatibility" types introduced in #1293 to apply to source
distributions as well as wheels.

- We now track the most-relevant incompatible source distribution
- Exclude newer, Python requirements, and yanked versions are all
tracked as incompatibilities in the new model (this lets us remove
`DistMetadata`!)
2024-03-08 11:02:31 -06:00
..
src Refactor incompatiblity tracking for distributions (#1298) 2024-03-08 11:02:31 -06:00
tests feat: Add netrc authentication to uv-client (#2241) 2024-03-06 20:48:30 +00:00
Cargo.toml feat: Add netrc authentication to uv-client (#2241) 2024-03-06 20:48:30 +00:00
README.md Rename to uv (#1302) 2024-02-15 11:19:46 -06:00

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.