Ft.Lib.DistExt.Dist
Modules
Classes
-
class CCompilerError(exceptions.Exception)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class ClassType(__builtin__.object)
Data and other non-method functions defined here:
- __doc__ = None
- __new__ = <built-in method __new__ of type object>
-
class Command
- copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, link=None, level=1)
- copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, preserve_symlinks=0, level=1)
- execute(self, func, args, msg=None, level=1)
- make_archive(self, base_name, format, root_dir=None, base_dir=None)
- make_file(self, infiles, outfile, func, args, exec_msg=None, skip_msg=None, level=1)
- spawn(self, cmd, search_path=1, level=1)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.cmd'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- sub_commands = []
-
class CompileError(distutils.errors.CCompilerError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class Dist(distutils.dist.Distribution)
- _show_help(self, parser, global_options=1, display_options=1, commands=[])
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.Dist'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- cmd = 'bdist_wininst'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- command_mapping = {'bdist': 'BDist', 'bdist_dumb': None, 'bdist_inno': 'BDistInno', 'bdist_install': 'BDistInstall', 'bdist_rpm': 'BDistRpm', 'bdist_wininst': 'BDistWininst', 'build': 'Build', 'build_clib': None, 'build_docs': 'BuildDocs', 'build_ext': 'BuildExt', ...}
- display_option_names = ['help_compilers', 'help_commands', 'name', 'version', 'fullname', 'author', 'author_email', 'maintainer', 'maintainer_email', 'contact', 'contact_email', 'url', 'license', 'licence', 'description', 'long_description', 'platforms', 'keywords']
- display_options = [('help-compilers', None, 'list available compilers'), ('help-commands', None, 'list all available commands'), ('name', None, 'print package name'), ('version', 'V', 'print package version'), ('fullname', None, 'print <package name>-<version>'), ('author', None, "print the author's name"), ('author-email', None, "print the author's email address"), ('maintainer', None, "print the maintainer's name"), ('maintainer-email', None, "print the maintainer's email address"), ('contact', None, "print the maintainer's name if known, else the author's"), ('contact-email', None, "print the maintainer's email address if known, else the author's"), ('url', None, 'print the URL for this package'), ('license', None, 'print the license of the package'), ('licence', None, 'alias for --license'), ('description', None, 'print the package description'), ('long-description', None, 'print the long package description'), ('platforms', None, 'print the list of platforms'), ('keywords', None, 'print the list of keywords')]
- ordered_commands = ['config', 'build', 'clean', 'install', 'sdist', 'bdist', 'generate']
-
class Distribution
- _show_help(self, parser, global_options=1, display_options=1, commands=[])
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.dist'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- display_option_names = ['help_commands', 'name', 'version', 'fullname', 'author', 'author_email', 'maintainer', 'maintainer_email', 'contact', 'contact_email', 'url', 'license', 'licence', 'description', 'long_description', 'platforms', 'keywords']
- display_options = [('help-commands', None, 'list all available commands'), ('name', None, 'print package name'), ('version', 'V', 'print package version'), ('fullname', None, 'print <package name>-<version>'), ('author', None, "print the author's name"), ('author-email', None, "print the author's email address"), ('maintainer', None, "print the maintainer's name"), ('maintainer-email', None, "print the maintainer's email address"), ('contact', None, "print the maintainer's name if known, else the author's"), ('contact-email', None, "print the maintainer's email address if known, else the author's"), ('url', None, 'print the URL for this package'), ('license', None, 'print the license of the package'), ('licence', None, 'alias for --license'), ('description', None, 'print the package description'), ('long-description', None, 'print the long package description'), ('platforms', None, 'print the list of platforms'), ('keywords', None, 'print the list of keywords')]
- global_options = [('verbose', 'v', 'run verbosely (default)'), ('quiet', 'q', 'run quietly (turns verbosity off)'), ('dry-run', 'n', "don't actually do anything"), ('help', 'h', 'show detailed help message')]
- negative_opt = {'quiet': 'verbose'}
-
class DistutilsArgError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsClassError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsError(exceptions.Exception)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsExecError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsFileError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsGetoptError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsInternalError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsModuleError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsOptionError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsPlatformError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsSetupError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class DistutilsTemplateError(distutils.errors.DistutilsError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class LibError(distutils.errors.CCompilerError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class LinkError(distutils.errors.CCompilerError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class ListType(__builtin__.object)
- __delslice__(...)
-
x.__delslice__(i, j) <==> del x[i:j]
Use of negative indices is not supported.
- __getslice__(...)
-
x.__getslice__(i, j) <==> x[i:j]
Use of negative indices is not supported.
- __setslice__(...)
-
x.__setslice__(i, j, y) <==> x[i:j]=y
Use of negative indices is not supported.
Data and other non-method functions defined here:
- __doc__ = "list() -> new list\nlist(sequence) -> new list initialized from sequence's items"
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __new__ = <built-in method __new__ of type object>
-
class PreprocessError(distutils.errors.CCompilerError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class UnknownFileError(distutils.errors.CCompilerError)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.errors'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
Functions
Data
- DEBUG = None
- __file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/Dist.py'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __name__ = 'Ft.Lib.DistExt.Dist'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.