OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
Tuple["PackageSet", bool] | create_package_set_from_installed (**Any kwargs) |
def | check_package_set (package_set, should_ignore=None) |
def | check_install_conflicts (to_install) |
Variables | |
logger | |
PackageSet | |
Missing | |
Conflicting | |
MissingDict | |
ConflictingDict | |
CheckResult | |
ConflictDetails | |
PackageDetails | |
Validation of dependencies of packages
def pip._internal.operations.check.check_install_conflicts | ( | to_install | ) |
For checking if the dependency graph would be consistent after \ installing given requirements
def pip._internal.operations.check.check_package_set | ( | package_set, | |
should_ignore = None |
|||
) |
Check if a package set is consistent If should_ignore is passed, it should be a callable that takes a package name and returns a boolean.
Tuple["PackageSet", bool] pip._internal.operations.check.create_package_set_from_installed | ( | **Any | kwargs | ) |
Converts a list of distributions into a PackageSet.
CheckResult |
ConflictDetails |
Conflicting |
ConflictingDict |
logger |
Missing |
MissingDict |
PackageDetails |
PackageSet |