Crate uv_settings

Crate uv_settings 

Source

Structs§

AddOptions
Concurrency
EnvironmentOptions
Options loaded from environment variables.
FilesystemOptions
The Options as loaded from a configuration file on disk.
GlobalOptions
Global settings, relevant to all invocations.
InstallerOptions
Settings relevant to all installer operations.
Options
A [tool.uv] section.
OptionsWire
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 pip command-line interface.
PublishOptions
PythonInstallMirrors
Shared settings, relevant to all operations that might create managed python installations.
ResolverInstallerOptions
Shared settings, relevant to all operations that must resolve and install dependencies. The union of InstallerOptions and ResolverOptions.
ResolverInstallerSchema
The JSON schema for the [tool.uv] section of a pyproject.toml file.
ResolverOptions
Settings relevant to all resolver operations.
ToolOptions
The options persisted alongside an installed tool.

Enums§

Error

Traits§

Combine