Structs§
- AddOptions
- Concurrency
- Environment
Options - Options loaded from environment variables.
- Filesystem
Options - The
Optionsas loaded from a configuration file on disk. - Global
Options - Global settings, relevant to all invocations.
- Installer
Options - Settings relevant to all installer operations.
- Options
- A
[tool.uv]section. - Options
Wire - Like [
Options], but with any#[serde(flatten)]fields inlined. This leads to far, far better error messages when deserializing. - PipOptions
- Settings that are specific to the
uv pipcommand-line interface. - Publish
Options - Python
Install Mirrors - Shared settings, relevant to all operations that might create managed python installations.
- Resolver
Installer Options - Shared settings, relevant to all operations that must resolve and install dependencies. The
union of
InstallerOptionsandResolverOptions. - Resolver
Installer Schema - The JSON schema for the
[tool.uv]section of apyproject.tomlfile. - Resolver
Options - Settings relevant to all resolver operations.
- Tool
Options - The options persisted alongside an installed tool.