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.
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 parsing and evaluating dependency specifiers, previously known as PEP 508.
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-types
.
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.
Utilities for reading package requirements from pyproject.toml
and requirements.txt
files.
Functionality for resolving Python packages and their dependencies.
Utilities for detecting and manipulating shell environments.
Shared traits for uv, to avoid circular dependencies.
General-purpose type definitions for types used in PyPI-compatible APIs.
A venv
replacement to create virtual environments in Rust.
User-facing warnings for uv.
Workspace abstractions for uv.
Functionality for parsing requirements.txt
files.