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

Public Member Functions

def __init__
 
def run
 
def search
 
- Public Member Functions inherited from pip.basecommand.Command
def __init__
 
def setup_logging
 
def parse_args
 
def main
 

Static Public Attributes

string name = 'search'
 
string usage
 
string summary = 'Search PyPI for packages.'
 
- Static Public Attributes inherited from pip.basecommand.Command
 name = None
 
 usage = None
 
 hidden = False
 

Additional Inherited Members

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

Detailed Description

Search for PyPI packages whose name or summary contains <query>.

Constructor & Destructor Documentation

def pip.commands.search.SearchCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.search.SearchCommand.run (   self,
  options,
  args 
)
def pip.commands.search.SearchCommand.search (   self,
  query,
  index_url 
)

Member Data Documentation

string pip.commands.search.SearchCommand.name = 'search'
static
string pip.commands.search.SearchCommand.summary = 'Search PyPI for packages.'
static
string pip.commands.search.SearchCommand.usage
static
Initial value:
1 = """
2  %prog [options] <query>"""

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

Copyright 2014 Google Inc. All rights reserved.