class documentation

Install an .egg-info directory for the package

Method copytree Undocumented
Method finalize_options Undocumented
Method get_outputs Undocumented
Method initialize_options Undocumented
Method run Undocumented
Class Variable description Undocumented
Class Variable user_options Undocumented
Instance Variable install_dir Undocumented
Instance Variable outputs Undocumented
Instance Variable source Undocumented
Instance Variable target Undocumented

Inherited from Installer:

Method install_namespaces Undocumented
Method uninstall_namespaces Undocumented
Class Variable nspkg_ext Undocumented
Static Method _pkg_names Given a namespace package, yield the components of that package.
Method _gen_nspkg_line Undocumented
Method _get_all_ns_packages Return sorted list of all package namespaces
Method _get_root Undocumented
Method _get_target Undocumented
Class Variable _nspkg_tmpl lines for the namespace installer
Class Variable _nspkg_tmpl_multi additional line(s) when a parent package is indicated

Inherited from Command (via Installer):

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 copytree(self): (source)

Undocumented

def finalize_options(self): (source)

Undocumented

def get_outputs(self): (source)

Undocumented

def initialize_options(self): (source)

Undocumented

def run(self): (source)

Undocumented

description: str = (source)

Undocumented

user_options: list = (source)

Undocumented

install_dir = (source)

Undocumented

Undocumented

Undocumented

Undocumented