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

Public Member Functions

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

Public Attributes

 bundle_filename
 

Static Public Attributes

string name = 'bundle'
 
string usage
 
string summary = 'DEPRECATED. Create pybundles.'
 
 bundle = True
 
- Static Public Attributes inherited from pip.commands.install.InstallCommand
string name = 'install'
 
string usage
 
string summary = 'Install packages.'
 
 bundle = False
 
- Static Public Attributes inherited from pip.basecommand.Command
 name = None
 
 usage = None
 
 hidden = False
 

Detailed Description

Create pybundles (archives containing multiple packages).

Constructor & Destructor Documentation

def pip.commands.bundle.BundleCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.bundle.BundleCommand.run (   self,
  options,
  args 
)

Member Data Documentation

pip.commands.bundle.BundleCommand.bundle = True
static
pip.commands.bundle.BundleCommand.bundle_filename
string pip.commands.bundle.BundleCommand.name = 'bundle'
static
string pip.commands.bundle.BundleCommand.summary = 'DEPRECATED. Create pybundles.'
static
string pip.commands.bundle.BundleCommand.usage
static
Initial value:
1 = """
2  %prog [options] <bundle name>.pybundle <package>..."""

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

Copyright 2014 Google Inc. All rights reserved.