Skip to content

Latest commit

 

History

History
 
 

crates

Crates

Functionality for benchmarking uv.

Generic functionality for caching paths, URLs, and other resources across platforms.

Parse built distribution (wheel) and source distribution (sdist) filenames to extract structured metadata.

Abstractions for representing built distributions (wheels) and source distributions (sdists), and the sources from which they can be downloaded.

A venv replacement to create virtual environments in Rust.

Install built distributions (wheels) into a virtual environment.]

A waitmap-like concurrent hash map for executing tasks exactly once.

Utilities for interacting with Python version numbers and specifiers.

Utilities for interacting with PEP 508 dependency specifiers.

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

Functionality for parsing and inferring Python platform tags as per PEP 425.

Command-line interface for the uv package manager.

A PEP 517-compatible build frontend for uv.

Functionality for caching Python packages and associated metadata.

Client for interacting with PyPI-compatible HTTP APIs.

Development utilities for uv.

A centralized struct for resolving and building source distributions in isolated environments. Implements the traits defined in uv-traits.

Client for interacting with built distributions (wheels) and source distributions (sdists). Capable of fetching metadata, distribution contents, etc.

Utilities for extracting files from archives.

Utilities for interacting with the filesystem.

Functionality for interacting with Git repositories.

Functionality for installing Python packages into a virtual environment.

Functionality for detecting and leveraging the current Python interpreter.

Normalize package and extra names as per Python specifications.

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

Functionality for resolving Python packages and their dependencies.

Shared traits for uv, to avoid circular dependencies.

General-purpose type definitions for types used in PyPI-compatible APIs.

User-facing warnings for uv.

Functionality for parsing requirements.txt files.