OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | egg_info |
class | EggInfoDeprecationWarning |
class | FileList |
class | InfoCommon |
class | manifest_maker |
Functions | |
def | translate_pattern (glob) |
def | write_file (filename, contents) |
def | write_pkg_info (cmd, basename, filename) |
def | warn_depends_obsolete (cmd, basename, filename) |
def | write_requirements (cmd, basename, filename) |
def | write_setup_requirements (cmd, basename, filename) |
def | write_toplevel_names (cmd, basename, filename) |
def | overwrite_arg (cmd, basename, filename) |
def | write_arg (cmd, basename, filename, force=False) |
def | write_entries (cmd, basename, filename) |
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 | ( | ) |
Get a -r### off of PKG-INFO Version in case this is an sdist of a subversion revision.
def setuptools.command.egg_info.overwrite_arg | ( | cmd, | |
basename, | |||
filename | |||
) |
def setuptools.command.egg_info.translate_pattern | ( | glob | ) |
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 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_setup_requirements | ( | cmd, | |
basename, | |||
filename | |||
) |
def setuptools.command.egg_info.write_toplevel_names | ( | cmd, | |
basename, | |||
filename | |||
) |