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.zip.ZipCommand Class Reference
Inheritance diagram for pip.commands.zip.ZipCommand:
pip.basecommand.Command _object pip.commands.unzip.UnzipCommand

Public Member Functions

def __init__
 
def paths
 
def run
 
def unzip_package
 
def zip_package
 
def remove_filename_from_pth
 
def add_filename_to_pth
 
def pth_files
 
def find_package
 
def list
 
def count_package
 
- Public Member Functions inherited from pip.basecommand.Command
def __init__
 
def setup_logging
 
def parse_args
 
def main
 

Public Attributes

 name
 
 select_paths
 
 simulate
 
- Public Attributes inherited from pip.basecommand.Command
 parser
 
 cmd_opts
 

Static Public Attributes

string name = 'zip'
 
string usage
 
string summary = 'DEPRECATED. Zip individual packages.'
 
- Static Public Attributes inherited from pip.basecommand.Command
 name = None
 
 usage = None
 
 hidden = False
 

Detailed Description

Zip individual packages.

Constructor & Destructor Documentation

def pip.commands.zip.ZipCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.zip.ZipCommand.add_filename_to_pth (   self,
  filename 
)
def pip.commands.zip.ZipCommand.count_package (   self,
  path 
)
def pip.commands.zip.ZipCommand.find_package (   self,
  package 
)
def pip.commands.zip.ZipCommand.list (   self,
  options,
  args 
)
def pip.commands.zip.ZipCommand.paths (   self)
All the entries of sys.path, possibly restricted by --path
def pip.commands.zip.ZipCommand.pth_files (   self)
def pip.commands.zip.ZipCommand.remove_filename_from_pth (   self,
  filename 
)
def pip.commands.zip.ZipCommand.run (   self,
  options,
  args 
)
def pip.commands.zip.ZipCommand.unzip_package (   self,
  module_name,
  filename 
)
def pip.commands.zip.ZipCommand.zip_package (   self,
  module_name,
  filename,
  no_pyc 
)

Member Data Documentation

string pip.commands.zip.ZipCommand.name = 'zip'
static
pip.commands.zip.ZipCommand.name
pip.commands.zip.ZipCommand.select_paths
pip.commands.zip.ZipCommand.simulate
string pip.commands.zip.ZipCommand.summary = 'DEPRECATED. Zip individual packages.'
static
string pip.commands.zip.ZipCommand.usage
static
Initial value:
1 = """
2  %prog [options] <package> ..."""

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

Copyright 2014 Google Inc. All rights reserved.