Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
setuptools.command.install_egg_info.install_egg_info Class Reference
Inheritance diagram for setuptools.command.install_egg_info.install_egg_info:
setuptools.Command

Public Member Functions

def initialize_options
 
def finalize_options
 
def run
 
def get_outputs
 
def copytree
 
def install_namespaces
 
- Public Member Functions inherited from setuptools.Command
def __init__
 
def reinitialize_command
 

Public Attributes

 install_dir
 
 source
 
 target
 
 outputs
 

Static Public Attributes

string description = "Install an .egg-info directory for the package"
 
list user_options
 
- Static Public Attributes inherited from setuptools.Command
 command_consumes_arguments = False
 

Private Member Functions

def _get_all_ns_packages
 

Detailed Description

Install an .egg-info directory for the package

Member Function Documentation

def setuptools.command.install_egg_info.install_egg_info._get_all_ns_packages (   self)
private
def setuptools.command.install_egg_info.install_egg_info.copytree (   self)
def setuptools.command.install_egg_info.install_egg_info.finalize_options (   self)
def setuptools.command.install_egg_info.install_egg_info.get_outputs (   self)
def setuptools.command.install_egg_info.install_egg_info.initialize_options (   self)
def setuptools.command.install_egg_info.install_egg_info.install_namespaces (   self)
def setuptools.command.install_egg_info.install_egg_info.run (   self)

Member Data Documentation

string setuptools.command.install_egg_info.install_egg_info.description = "Install an .egg-info directory for the package"
static
setuptools.command.install_egg_info.install_egg_info.install_dir
setuptools.command.install_egg_info.install_egg_info.outputs
setuptools.command.install_egg_info.install_egg_info.source
setuptools.command.install_egg_info.install_egg_info.target
list setuptools.command.install_egg_info.install_egg_info.user_options
static
Initial value:
1 = [
2  ('install-dir=', 'd', "directory to install to"),
3  ]

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

Copyright 2014 Google Inc. All rights reserved.