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
setuptools.command.bdist_egg.bdist_egg Class Reference
Inheritance diagram for setuptools.command.bdist_egg.bdist_egg:
setuptools.Command

Public Member Functions

def initialize_options
 
def finalize_options
 
def do_install_data
 
def get_outputs
 
def call_command
 
def run
 
def zap_pyfiles
 
def zip_safe
 
def gen_header
 
def copy_metadata_to
 
def get_ext_outputs
 
- Public Member Functions inherited from setuptools.Command
def __init__
 
def reinitialize_command
 

Public Attributes

 bdist_dir
 
 plat_name
 
 keep_temp
 
 dist_dir
 
 skip_build
 
 egg_output
 
 exclude_source_files
 
 ei_cmd
 
 egg_info
 
 stubs
 

Static Public Attributes

string description = "create an \"egg\" distribution"
 
list user_options
 
list boolean_options
 
- Static Public Attributes inherited from setuptools.Command
 command_consumes_arguments = False
 

Member Function Documentation

def setuptools.command.bdist_egg.bdist_egg.call_command (   self,
  cmdname,
  kw 
)
Invoke reinitialized command `cmdname` with keyword args
def setuptools.command.bdist_egg.bdist_egg.copy_metadata_to (   self,
  target_dir 
)
def setuptools.command.bdist_egg.bdist_egg.do_install_data (   self)
def setuptools.command.bdist_egg.bdist_egg.finalize_options (   self)
def setuptools.command.bdist_egg.bdist_egg.gen_header (   self)
def setuptools.command.bdist_egg.bdist_egg.get_ext_outputs (   self)
Get a list of relative paths to C extensions in the output distro
def setuptools.command.bdist_egg.bdist_egg.get_outputs (   self)
def setuptools.command.bdist_egg.bdist_egg.initialize_options (   self)
def setuptools.command.bdist_egg.bdist_egg.run (   self)
def setuptools.command.bdist_egg.bdist_egg.zap_pyfiles (   self)
def setuptools.command.bdist_egg.bdist_egg.zip_safe (   self)

Member Data Documentation

setuptools.command.bdist_egg.bdist_egg.bdist_dir
list setuptools.command.bdist_egg.bdist_egg.boolean_options
static
Initial value:
1 = [
2  'keep-temp', 'skip-build', 'exclude-source-files'
3  ]
string setuptools.command.bdist_egg.bdist_egg.description = "create an \"egg\" distribution"
static
setuptools.command.bdist_egg.bdist_egg.dist_dir
setuptools.command.bdist_egg.bdist_egg.egg_info
setuptools.command.bdist_egg.bdist_egg.egg_output
setuptools.command.bdist_egg.bdist_egg.ei_cmd
setuptools.command.bdist_egg.bdist_egg.exclude_source_files
setuptools.command.bdist_egg.bdist_egg.keep_temp
setuptools.command.bdist_egg.bdist_egg.plat_name
setuptools.command.bdist_egg.bdist_egg.skip_build
setuptools.command.bdist_egg.bdist_egg.stubs
list setuptools.command.bdist_egg.bdist_egg.user_options
static
Initial value:
1 = [
2  ('bdist-dir=', 'b',
3  "temporary directory for creating the distribution"),
4  ('plat-name=', 'p', "platform name to embed in generated filenames "
5  "(default: %s)" % get_build_platform()),
6  ('exclude-source-files', None,
7  "remove all .py files from the generated egg"),
8  ('keep-temp', 'k',
9  "keep the pseudo-installation tree around after " +
10  "creating the distribution archive"),
11  ('dist-dir=', 'd',
12  "directory to put final built distributions in"),
13  ('skip-build', None,
14  "skip rebuilding everything (for testing/debugging)"),
15  ]

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

Copyright 2014 Google Inc. All rights reserved.