module documentation

setuptools.command.egg_info Create a distribution's .egg-info directory and contents

Class egg_info No class docstring; 0/1 property, 0/7 instance variable, 0/4 class variable, 6/11 methods documented
Class FileList No class docstring; 0/2 instance variable, 10/15 methods documented
Class InfoCommon No class docstring; 0/1 property, 0/3 class variable, 1/5 method documented
Class manifest_maker No class docstring; 0/6 instance variable, 0/1 class variable, 3/11 methods, 1/1 static method documented
Exception EggInfoDeprecationWarning Deprecated behavior warning for EggInfo, bypassing suppression.
Function get_pkg_info_revision Get a -r### off of PKG-INFO Version in case this is an sdist of a subversion revision.
Function overwrite_arg Undocumented
Function translate_pattern Translate a file path glob like '*.txt' in to a regular expression. This differs from fnmatch.translate which allows wildcards to match directory separators. It also knows about '**/' which matches any number of directories.
Function warn_depends_obsolete Undocumented
Function write_arg Undocumented
Function write_entries Undocumented
Function write_file Create a file with the specified name and write 'contents' (a sequence of strings without line terminators) to it.
Function write_pkg_info Undocumented
Function write_requirements Undocumented
Function write_setup_requirements Undocumented
Function write_toplevel_names Undocumented
Constant PY_MAJOR Undocumented
Function _egg_basename Compute filename of the output egg. Private API.
Function _write_requirements Undocumented
def get_pkg_info_revision(): (source)

Get a -r### off of PKG-INFO Version in case this is an sdist of a subversion revision.

def overwrite_arg(cmd, basename, filename): (source)

Undocumented

def translate_pattern(glob): (source)

Translate a file path glob like '*.txt' in to a regular expression. This differs from fnmatch.translate which allows wildcards to match directory separators. It also knows about '**/' which matches any number of directories.

def warn_depends_obsolete(cmd, basename, filename): (source)

Undocumented

def write_arg(cmd, basename, filename, force=False): (source)

Undocumented

def write_entries(cmd, basename, filename): (source)

Undocumented

def write_file(filename, contents): (source)

Create a file with the specified name and write 'contents' (a sequence of strings without line terminators) to it.

def write_pkg_info(cmd, basename, filename): (source)

Undocumented

def write_requirements(cmd, basename, filename): (source)

Undocumented

def write_setup_requirements(cmd, basename, filename): (source)

Undocumented

def write_toplevel_names(cmd, basename, filename): (source)

Undocumented

PY_MAJOR = (source)

Undocumented

Value
"""{}.{}""".format(*sys.version_info)
def _egg_basename(egg_name, egg_version, py_version=None, platform=None): (source)

Compute filename of the output egg. Private API.

def _write_requirements(stream, reqs): (source)

Undocumented