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.
Directories
¶
Path | Synopsis |
---|---|
Package pypi provides helpers for walking with the PyPI and for defining a canonical Python/pip platform.
|
Package pypi provides helpers for walking with the PyPI and for defining a canonical Python/pip platform. |
lru
package lru provides a generic least-recently-used cache.
|
package lru provides a generic least-recently-used cache. |
Click to show internal directories.
Click to hide internal directories.