pypi

package
v0.0.0-...-f4cf91c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

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

func NewResolver

func NewResolver(rc resolve.Client) resolve.Resolver

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL