pub type UvxDistribution = PackageDistribution;Expand description
Alias for uvx-based package distributions.
Aliased Type§
pub struct UvxDistribution {
pub package: String,
pub args: Option<Vec<String>>,
pub env: Option<BTreeMap<String, String>>,
}Fields§
§package: StringIdentifier that the package manager understands.
args: Option<Vec<String>>Default arguments appended to the package manager invocation.
env: Option<BTreeMap<String, String>>Environment overrides that should apply when invoking the package manager.