uv/crates/uv-client
Charlie Marsh dc2c289dff
Upgrade rs-async-zip to support data descriptors (#2809)
## Summary

Upgrading `rs-async-zip` enables us to support data descriptors in
streaming. This both greatly improves performance for indexes that use
data descriptors _and_ ensures that we support them in a few other
places (e.g., zipped source distributions created in Finder).

Closes #2808.
2024-04-04 01:31:40 +00:00
..
src Upgrade rs-async-zip to support data descriptors (#2809) 2024-04-04 01:31:40 +00:00
tests uv-client: fix linehaul test (#2647) 2024-03-25 10:12:00 -04:00
Cargo.toml Allow package lookups across multiple indexes via explicit opt-in (#2815) 2024-04-03 23:23:37 +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.