Orbits
1
|
Classes | |
class | ShowCommand |
Functions | |
def | search_packages_info |
def | print_results |
def pip.commands.show.print_results | ( | distributions, | |
list_all_files | |||
) |
Print the informations from installed distributions found.
def pip.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.
Copyright 2014 Google Inc. All rights reserved.