uv/crates/puffin-client
Charlie Marsh ed68d31e03
Add a basic test for the resolver (#86)
Mocks out the PyPI client using some checked-in fixtures. The test is
very basic, and I'm not very happy with all the ceremony around the
mocks and such, but it's an interesting experiment at least.
2023-10-11 03:30:53 +00:00
..
src Add a basic test for the resolver (#86) 2023-10-11 03:30:53 +00:00
Cargo.toml Enable release builds via cargo-dist (#79) 2023-10-09 20:48:55 +00:00
README.md Add client networking stack 2023-10-05 12:45:38 -04:00

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.