Documentation
¶
Overview ¶
Package pypi implements pip's dependency resolution algorithm.
It is largely translated from the resolvelib library, which is vendored by pip, and can be found here: https://github.com/pypa/pip/blob/21.1.3/src/pip/_vendor/resolvelib/
Throughout, pip's Candidate class is replaced with resolve.Version and pip's Requirement class with resolve.Dependency. Where feasible a resolve.Package is used where pip would use the package name as a string.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.