Structs§
- Dist
Info Name - The normalized name of a
.dist-infodirectory. - Extra
Name - The normalized name of an extra dependency.
- Group
Name - The normalized name of a dependency group.
- Invalid
Name Error - Invalid
PackageNameorExtraName. - Invalid
PipGroup Path Error - Path didn’t end with
pyproject.toml - Package
Name - The normalized name of a package.
- PipGroup
Name - The pip-compatible variant of a
GroupName.
Enums§
- Default
Extras - Either the literal “all” or a list of extras
- Default
Groups - Either the literal “all” or a list of groups
- Invalid
PipGroup Error - Possible errors from reading a
PipGroupName.
Statics§
- DEV_
DEPENDENCIES - The name of the global
dev-dependenciesgroup.