class documentation

class bdist_egg(Command): (source)

View In Hierarchy

Undocumented

Method call_command Invoke reinitialized command `cmdname` with keyword args
Method copy_metadata_to Copy metadata (egg info) to the target_dir
Method do_install_data Undocumented
Method finalize_options Undocumented
Method gen_header Undocumented
Method get_ext_outputs Get a list of relative paths to C extensions in the output distro
Method get_outputs Undocumented
Method initialize_options Undocumented
Method run Undocumented
Method zap_pyfiles Undocumented
Method zip_safe Undocumented
Class Variable boolean_options Undocumented
Class Variable description Undocumented
Class Variable user_options Undocumented
Instance Variable bdist_dir Undocumented
Instance Variable dist_dir Undocumented
Instance Variable egg_info Undocumented
Instance Variable egg_output Undocumented
Instance Variable ei_cmd Undocumented
Instance Variable exclude_source_files Undocumented
Instance Variable keep_temp Undocumented
Instance Variable plat_name Undocumented
Instance Variable skip_build Undocumented
Instance Variable stubs Undocumented

Inherited from Command:

Method __init__ Construct the command for dist, updating vars(self) with any keyword parameters.
Method ensure_string_list Ensure that 'option' is a list of strings. If 'option' is currently a string, we split it either on /,\s*/ or /\s+/, so "foo bar baz", "foo,bar,baz", and "foo, bar baz" all become ["foo", "bar", "baz"].
Method reinitialize_command Undocumented
Class Variable command_consumes_arguments Undocumented
Method _ensure_stringlike Undocumented
def call_command(self, cmdname, **kw): (source)

Invoke reinitialized command `cmdname` with keyword args

def copy_metadata_to(self, target_dir): (source)

Copy metadata (egg info) to the target_dir

def do_install_data(self): (source)

Undocumented

def finalize_options(self): (source)

Undocumented

def gen_header(self): (source)

Undocumented

def get_ext_outputs(self): (source)

Get a list of relative paths to C extensions in the output distro

def get_outputs(self): (source)

Undocumented

def initialize_options(self): (source)

Undocumented

def run(self): (source)

Undocumented

def zap_pyfiles(self): (source)

Undocumented

def zip_safe(self): (source)

Undocumented

boolean_options: list[str] = (source)

Undocumented

description: str = (source)

Undocumented

user_options = (source)

Undocumented

bdist_dir = (source)

Undocumented

dist_dir = (source)

Undocumented

egg_info = (source)

Undocumented

egg_output = (source)

Undocumented

Undocumented

exclude_source_files = (source)

Undocumented

keep_temp: int = (source)

Undocumented

plat_name = (source)

Undocumented

skip_build: int = (source)

Undocumented

Undocumented