uv/crates/uv-client
Charlie Marsh 8fdb3a882e
Read hash from URL fragment if `--hashes` are omitted (#6731)
## Summary

Like pip, if `--hashes` are omitted but there's a valid hash in the URL
fragment, we should respect it.

Closes https://github.com/astral-sh/uv/issues/6701.
2024-08-28 00:03:01 +00:00
..
src Read hash from URL fragment if `--hashes` are omitted (#6731) 2024-08-28 00:03:01 +00:00
tests Add support for `--trusted-host` (#6591) 2024-08-27 09:36:50 -04:00
Cargo.toml switch to jiff from chrono (#6205) 2024-08-20 11:31:46 -05:00
README.md Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00

README.md

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.