|
Orbits
1
|
Classes | |
| class | SearchCommand |
Functions | |
| def | transform_hits |
| def | print_results |
| def | compare_versions |
| def | highest_version |
| def pip.commands.search.compare_versions | ( | version1, | |
| version2 | |||
| ) |
| def pip.commands.search.highest_version | ( | versions | ) |
| def pip.commands.search.print_results | ( | hits, | |
name_column_width = 25, |
|||
terminal_width = None |
|||
| ) |
| def pip.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.
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.