module documentation

distutils.dist Provides the Distribution class, which represents the module distribution being built/installed/distributed.

Class DistributionMetadata Dummy class to hold the distribution meta-data: name, version, author, and so forth.
Function fix_help_options Convert a 4-tuple 'help_options' list as found in various command classes to the 3-tuple form required by FancyGetopt.
Variable command_re Undocumented
Function _ensure_list Undocumented
def fix_help_options(options): (source)

Convert a 4-tuple 'help_options' list as found in various command classes to the 3-tuple form required by FancyGetopt.

command_re = (source)

Undocumented

def _ensure_list(value, fieldname): (source)

Undocumented