uv/crates/uv-client
Andrew Gallant 634d593127 uv-client: remove benign WARN log message
A WARN log was being emitted for a "broken cache entry" in the case
where the cache entry simply doesn't exist. But this is totally fine and
expected. So we detect the kind of error that occurred and emit a TRACE
if the file simply didn't exist.
2024-02-20 10:57:51 -05:00
..
src uv-client: remove benign WARN log message 2024-02-20 10:57:51 -05:00
tests Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
Cargo.toml Control pip timeout duration via environment variable (#1694) 2024-02-19 22:37:56 -06: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.