uv/crates
Charlie Marsh c8477991a9
Use local versions of PEP 440 and PEP 508 crates (#32)
This PR modifies the PEP 440 and PEP 508 crates to pass CI, primarily by
fixing all lint violations.

We're also now using these crates in the workspace via `path`.
(Previously, we were still fetching them from Cargo.)
2023-10-07 00:16:44 +00: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.