uv/crates
Charlie Marsh e824fe6d2b
Copy over install-wheel-rs crate (#33)
This PR copies over the `install-wheel-rs` crate at commit
`10730ea1a84c58af6b35fb74c89ed0578ab042b6` with no modifications.

It won't pass CI, but modifications will intentionally be confined to
later PRs.
2023-10-06 21:38:38 -04:00
..
install-wheel-rs Copy over install-wheel-rs crate (#33) 2023-10-06 21:38:38 -04:00
pep440-rs Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
pep508-rs Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
puffin-cli Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
puffin-client Move to workspace dependencies (#25) 2023-10-06 19:49:41 +00:00
puffin-installer Do wheel downloads concurrently (#28) 2023-10-06 20:51:31 +00:00
puffin-interpreter Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
puffin-package Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
puffin-platform Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
puffin-resolver Use local versions of PEP 440 and PEP 508 crates (#32) 2023-10-07 00:16:44 +00:00
README.md Copy over pep508-rs crate (#31) 2023-10-06 20:12:19 -04:00

Crates

pep440-rs

Utilities for interacting with Python version numbers and specifiers.

pep508-rs

Utilities for interacting with PEP 508 dependency specifiers.

puffin-cli

Command-line interface for the Puffin package manager.

puffin-client

Client for interacting with PyPI-compatible HTTP APIs.

puffin-installer

Functionality for installing Python packages into a virtual environment.

puffin-interpreter

Functionality for detecting and leveraging the current Python interpreter.

puffin-package

Types and functionality for working with Python packages, e.g., parsing wheel files.

puffin-platform

Functionality for detecting the current platform (operating system, architecture, etc.).

puffin-resolver

Functionality for resolving Python packages and their dependencies.