uv/crates/uv-client
Charlie Marsh 2ac562b40d
Respect --no-build and --no-binary in --find-links (#2826)
## Summary

In working on `--require-hashes`, I noticed that we're missing some
incompatibility tracking for `--find-links` distributions. Specifically,
we don't respect `--no-build` or `--no-binary`, so if we select a wheel
due to `--find-links`, we then throw a hard error when trying to build
it later (if `--no-binary` is provided), rather than selecting the
source distribution instead.

Closes https://github.com/astral-sh/uv/issues/2827.
2024-04-05 02:00:39 +00:00
..
src Respect --no-build and --no-binary in --find-links (#2826) 2024-04-05 02:00:39 +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.