OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | ShowCommand |
Functions | |
def | search_packages_info (query) |
def | print_results (distributions, list_files=False, verbose=False) |
Variables | |
logger | |
def pip._internal.commands.show.print_results | ( | distributions, | |
list_files = False , |
|||
verbose = False |
|||
) |
Print the information from installed distributions found.
def pip._internal.commands.show.search_packages_info | ( | query | ) |
Gather details from installed distributions. Print distribution name, version, location, and installed files. Installed files requires a pip generated 'installed-files.txt' in the distributions '.egg-info' directory.
logger |