Crate uv_normalize

Crate uv_normalize 

Source

Structs§

DistInfoName
The normalized name of a .dist-info directory.
ExtraName
The normalized name of an extra dependency.
GroupName
The normalized name of a dependency group.
InvalidNameError
Invalid PackageName or ExtraName.
InvalidPipGroupPathError
Path didn’t end with pyproject.toml
PackageName
The normalized name of a package.
PipGroupName
The pip-compatible variant of a GroupName.

Enums§

DefaultExtras
Either the literal “all” or a list of extras
DefaultGroups
Either the literal “all” or a list of groups
InvalidPipGroupError
Possible errors from reading a PipGroupName.

Statics§

DEV_DEPENDENCIES
The name of the global dev-dependencies group.