uv/crates/puffin-client
konsti 8cc4fe0d44
Install source distribution requirements with puffin itself instead of pip (#122)
This is also a lot faster. Unfortunately it copies a lot of code from
the sync cli since the `Printer` is private.

The first commit are some refactorings i made when i thought about how i
could reuse the existing code.
2023-10-18 19:11:17 +00:00
..
src Install source distribution requirements with puffin itself instead of pip (#122) 2023-10-18 19:11:17 +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.