Structs§
- Archive
Metadata - The metadata associated with an archive.
- Build
Requires - Lowered requirements from a
[build-system.requires]field in apyproject.tomlfile. - Built
Wheel Index - A local index of built distributions for a specific source distribution.
- Distribution
Database - A cached high-level interface to convert distributions (a requirement resolved to a location) to a wheel or wheel metadata.
- Flat
Requires Dist - Like
uv_pypi_types::RequiresDist, but with any recursive (or self-referential) dependencies resolved. - Http
Archive Pointer - A pointer to an archive in the cache, fetched from an HTTP archive.
- Local
Archive Pointer - A pointer to an archive in the cache, fetched from a local path.
- Local
Wheel - A locally available wheel.
- Lowered
Extra Build Dependencies - Lowered extra build dependencies.
- Lowered
Requirement - Metadata
- Registry
Wheel Index - A local index of distributions that originate from a registry, like
PyPI. - Requires
Dist - Sourced
Dependency Groups - Like
crate::RequiresDistbut only supporting dependency-groups.
Enums§
- Error
- Lowering
Error - An error parsing and merging
tool.uv.sourceswithproject.{dependencies,optional-dependencies}. - Metadata
Error
Traits§
Functions§
- prune
- Prune any unused source distributions from the cache.