uv/crates
Charlie Marsh 4fcdb3c045
Copy over pep508-rs crate (#31)
This PR copies over the `pep440-rs` crate at commit
`82aa5d4dcbe676b121dc931b0afa09a82de8e3d7` with no modifications.

It won't pass CI, but modifications will intentionally be confined to
later PRs.
2023-10-06 20:12:19 -04:00
..
pep440-rs Copy over pep440-rs crate (#30) 2023-10-06 20:11:52 -04:00
pep508-rs Copy over pep508-rs crate (#31) 2023-10-06 20:12:19 -04:00
puffin-cli Migrate to tokio (#27) 2023-10-06 20:31:03 +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 Move to workspace dependencies (#25) 2023-10-06 19:49:41 +00:00
puffin-package Move to workspace dependencies (#25) 2023-10-06 19:49:41 +00:00
puffin-platform Move to workspace dependencies (#25) 2023-10-06 19:49:41 +00:00
puffin-resolver Move to workspace dependencies (#25) 2023-10-06 19:49:41 +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.