Methods
- check_zip_safe(self)
- finalize_options(self)
- Overrides: finalize_options from class Command
- get_eager_resources(self)
- get_egg_filename(self)
- get_entry_points(self)
- initialize_options(self)
- Overrides: initialize_options from class Command
- make_distribution(self, files)
- newer(self, description, filename)
- run(self)
- Overrides: run from class Command
- run_command_family(self, family, commands)
- write_extension_module_stubs(self)
- write_file(self, description, contents, filename)
- write_file_lines(self, description, lines, filename)
- write_file_sections(self, description, sections, filename)
- write_metadata(self)
- write_namespace_package_stubs(self)
Methods inherited from class distutils.cmd.Command
__getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn
Members
- boolean_options = ['keep-temp', 'skip-build']
- build_commands = ['build_py', 'build_clib', 'build_ext', 'build_scripts']
- command_name = 'bdist_egg'
- description = 'create a Python Egg (.egg) built distribution'
- install_commands = ['install_lib', 'install_data', 'install_l10n', 'install_config']
- user_options = [('bdist-dir=', None, 'temporary directory for creating the distribution'), ('keep-temp', 'k', 'keep the pseudo-installation tree around after creating the distribution archive'), ('plat-name=', 'p', 'platform name to embed in generated filenames'), ('dist-dir=', 'd', 'directory to put final built distributions in'), ('skip-build', None, 'skip rebuilding everything (for testing/debugging)')]
Members inherited from class distutils.cmd.Command
sub_commands