From 4c30cb146ab0d1c72775efec954d0b93e121f641 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 5 Oct 2023 21:09:58 -0400 Subject: [PATCH] Add crate README --- crates/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 crates/README.md diff --git a/crates/README.md b/crates/README.md new file mode 100644 index 000000000..db2ce6be6 --- /dev/null +++ b/crates/README.md @@ -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.).