mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-14 20:39:37 +00:00
![]() ## Summary I'm not a fan of registries including fragments here that aren't hashes, but the spec doesn't expressly forbid it. I think it's reasonable to ignore them. Specifically, the spec is here: https://packaging.python.org/en/latest/specifications/simple-repository-api/. It says that: > The URL **SHOULD** include a hash in the form of a URL fragment with the following syntax: `#<hashname>=<hashvalue>`, where `<hashname>`he lowercase name of the hash function (such as sha256) and `<hashvalue>` is the hex encoded digest. But it doesn't mention other fragments. Closes https://github.com/astral-sh/uv/issues/7257. |
||
---|---|---|
.. | ||
src | ||
tests/it | ||
Cargo.toml | ||
README.md |
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client
.