Structs§
- Extras
Resolver - A resolver to expand the requested extras for a set of requirements to include all defined extras.
- Groups
Specification - Locked
Requirements - Lookahead
Resolver - A resolver for resolving lookahead requirements from direct URLs.
- Named
Requirements Resolver - Like
RequirementsSpecification, but with concrete names for all requirements. - Requirements
Specification - Source
Tree Resolution - Source
Tree Resolver - A resolver for requirements specified via source trees.
Enums§
Functions§
- is_
pylock_ toml - Returns
trueif a file name matches thepylock.tomlpattern defined in PEP 751. - read_
lock_ requirements - Load the preferred requirements from an existing lockfile, applying the upgrade strategy.
- read_
pylock_ toml_ requirements - Load the preferred requirements from an existing
pylock.tomlfile, applying the upgrade strategy. - read_
requirements_ txt - Load the preferred requirements from an existing
requirements.txt, applying the upgrade strategy.