Ft.Lib.DistExt.PackageManager
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 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 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.
-
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.PackageManager'
-
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_packages', '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-packages', None, 'list all available packages'), ('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')]
- 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'), ('package=', 'p', 'limit command(s) to a given package')]
-
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 StrictVersion(distutils.version.Version)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'distutils.version'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- version_re = <_sre.SRE_Pattern 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
- INSTALL_SUCCESS = '%(name)s version %(version)s has been successful...d running:\n\n"python test.py Path/To/Test/Module"\n'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/PackageManager.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.PackageManager'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.