|
Orbits
1
|
Classes | |
| class | egg_info |
| class | FileList |
| class | manifest_maker |
Functions | |
| def | write_file |
| def | write_pkg_info |
| def | warn_depends_obsolete |
| def | write_requirements |
| def | write_toplevel_names |
| def | overwrite_arg |
| def | write_arg |
| def | write_entries |
| def | get_pkg_info_revision |
setuptools.command.egg_info Create a distribution's .egg-info directory and contents
| def setuptools.command.egg_info.get_pkg_info_revision | ( | ) |
| def setuptools.command.egg_info.overwrite_arg | ( | cmd, | |
| basename, | |||
| filename | |||
| ) |
| def setuptools.command.egg_info.warn_depends_obsolete | ( | cmd, | |
| basename, | |||
| filename | |||
| ) |
| def setuptools.command.egg_info.write_arg | ( | cmd, | |
| basename, | |||
| filename, | |||
force = False |
|||
| ) |
| def setuptools.command.egg_info.write_entries | ( | cmd, | |
| basename, | |||
| filename | |||
| ) |
| def setuptools.command.egg_info.write_file | ( | filename, | |
| contents | |||
| ) |
Create a file with the specified name and write 'contents' (a sequence of strings without line terminators) to it.
| def setuptools.command.egg_info.write_pkg_info | ( | cmd, | |
| basename, | |||
| filename | |||
| ) |
| def setuptools.command.egg_info.write_requirements | ( | cmd, | |
| basename, | |||
| filename | |||
| ) |
| def setuptools.command.egg_info.write_toplevel_names | ( | cmd, | |
| basename, | |||
| filename | |||
| ) |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.