uv/crates/puffin-client
Charlie Marsh 24e30e6557
Split `puffin-package` into requirements.txt parser and `pypi-types` (#341)
There are only two things left in this crate and they don't really have
anything to do with one another.
2023-11-06 18:19:49 +00:00
..
src Split `puffin-package` into requirements.txt parser and `pypi-types` (#341) 2023-11-06 18:19:49 +00:00
tests Fetch wheel metadata by async range requests on the remote wheel (#301) 2023-11-06 15:06:49 +01:00
Cargo.toml Split `puffin-package` into requirements.txt parser and `pypi-types` (#341) 2023-11-06 18:19:49 +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.