Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Attributes | Private Member Functions | List of all members
pip.commands.list.ListCommand Class Reference
Inheritance diagram for pip.commands.list.ListCommand:
pip.basecommand.Command _object

Public Member Functions

def __init__
 
def run
 
def run_outdated
 
def find_packages_latests_versions
 
def run_listing
 
def run_editables
 
def output_package_listing
 
def run_uptodate
 
- Public Member Functions inherited from pip.basecommand.Command
def __init__
 
def setup_logging
 
def parse_args
 
def main
 

Static Public Attributes

string name = 'list'
 
string usage
 
string summary = 'List installed packages.'
 
list skip = ['python']
 
- Static Public Attributes inherited from pip.basecommand.Command
 name = None
 
 usage = None
 
 hidden = False
 

Private Member Functions

def _build_package_finder
 

Additional Inherited Members

- Public Attributes inherited from pip.basecommand.Command
 parser
 
 cmd_opts
 

Detailed Description

List installed packages, including editables.

Constructor & Destructor Documentation

def pip.commands.list.ListCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.list.ListCommand._build_package_finder (   self,
  options,
  index_urls,
  session 
)
private
Create a package finder appropriate to this list command.
def pip.commands.list.ListCommand.find_packages_latests_versions (   self,
  options 
)
def pip.commands.list.ListCommand.output_package_listing (   self,
  installed_packages 
)
def pip.commands.list.ListCommand.run (   self,
  options,
  args 
)
def pip.commands.list.ListCommand.run_editables (   self,
  options 
)
def pip.commands.list.ListCommand.run_listing (   self,
  options 
)
def pip.commands.list.ListCommand.run_outdated (   self,
  options 
)
def pip.commands.list.ListCommand.run_uptodate (   self,
  options 
)

Member Data Documentation

string pip.commands.list.ListCommand.name = 'list'
static
list pip.commands.list.ListCommand.skip = ['python']
static
string pip.commands.list.ListCommand.summary = 'List installed packages.'
static
string pip.commands.list.ListCommand.usage
static
Initial value:
1 = """
2  %prog [options]"""

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.