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 | ) |
|
setuptools.command.bdist_egg.bdist_egg.bdist_dir |
list setuptools.command.bdist_egg.bdist_egg.boolean_options |
|
static |
Initial value:
2 'keep-temp',
'skip-build',
'exclude-source-files'
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:
3 "temporary directory for creating the distribution"),
4 (
'plat-name=',
'p',
"platform name to embed in generated filenames "
6 (
'exclude-source-files',
None,
7 "remove all .py files from the generated egg"),
9 "keep the pseudo-installation tree around after " +
10 "creating the distribution archive"),
12 "directory to put final built distributions in"),
14 "skip rebuilding everything (for testing/debugging)"),
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/setuptools/command/bdist_egg.py
Copyright 2014 Google Inc. All rights reserved.