uv/crates/uv-client
konsti bed730571d
Fix single crate tokio features (#3234)
Previously, uv-auth would fail to compile due to a missing process
feature. I chose to make all tokio features we use top level features,
so we can share the tokio cache between all test invocations.
2024-04-24 08:55:15 +00:00
..
src 30s default http read timeout (#3182) 2024-04-22 19:05:44 -04:00
tests Fix authentication for URLs with a shared realm (#3130) 2024-04-22 13:06:57 -05:00
Cargo.toml Fix single crate tokio features (#3234) 2024-04-24 08:55:15 +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.