uv/crates/puffin-client
Andrew Gallant eebc2f340a
make some things guaranteed to be deterministic (#1065)
This PR replaces a few uses of hash maps/sets with btree maps/sets and
index maps/sets. This has the benefit of guaranteeing a deterministic
order of iteration.

I made these changes as part of looking into a flaky test.
Unfortunately, I'm not optimistic that anything here will actually fix
the flaky test, since I don't believe anything was actually dependent
on the order of iteration.
2024-01-23 20:30:33 -05:00
..
src make some things guaranteed to be deterministic (#1065) 2024-01-23 20:30:33 -05:00
tests Preserve verbatim URLs (#639) 2023-12-14 15:03:39 +00:00
Cargo.toml Implement `--find-links` as flat indexes (directories in pip-compile) (#912) 2024-01-15 02:04:10 +00:00
README.md Add client networking stack 2023-10-05 12:45:38 -04:00

README.md

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.