mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add crate README
This commit is contained in:
parent
8b151a64d5
commit
4c30cb146a
1 changed files with 21 additions and 0 deletions
21
crates/README.md
Normal file
21
crates/README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Crates
|
||||||
|
|
||||||
|
## [puffin-cli](./puffin-cli)
|
||||||
|
|
||||||
|
Command-line interface for the Puffin package manager.
|
||||||
|
|
||||||
|
## [puffin-client](./puffin-client)
|
||||||
|
|
||||||
|
Client for interacting with PyPI-compatible HTTP APIs.
|
||||||
|
|
||||||
|
## [puffin-interpreter](./puffin-interpreter)
|
||||||
|
|
||||||
|
Functionality for detecting and leveraging the current Python interpreter.
|
||||||
|
|
||||||
|
## [puffin-package](./puffin-package)
|
||||||
|
|
||||||
|
Types and functionality for working with Python packages, e.g., parsing wheel files.
|
||||||
|
|
||||||
|
## [puffin-platform](./puffin-platform)
|
||||||
|
|
||||||
|
Functionality for detecting the current platform (operating system, architecture, etc.).
|
Loading…
Add table
Add a link
Reference in a new issue