OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | SearchCommand |
class | TransformedHit |
Functions | |
def | transform_hits (hits) |
def | print_results (hits, name_column_width=None, terminal_width=None) |
def | highest_version (versions) |
Variables | |
logger | |
def pip._internal.commands.search.highest_version | ( | versions | ) |
def pip._internal.commands.search.print_results | ( | hits, | |
name_column_width = None , |
|||
terminal_width = None |
|||
) |
def pip._internal.commands.search.transform_hits | ( | hits | ) |
The list from pypi is really a list of versions. We want a list of packages with the list of versions stored inline. This converts the list from pypi into one we can use.
logger |