Ft.Lib.DistExt.Dist

Modules

command  os  sys   

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)
__call__(...)
__delattr__(...)
__getattribute__(...)
__repr__(...)
__setattr__(...)
__str__(...)

Data and other non-method functions defined here:

__doc__ = None
__new__ = <built-in method __new__ of type object>
class Command
__getattr__(self, attr)
__init__(self, dist)
_ensure_stringlike(self, option, what, default=None)
_ensure_tested_string(self, option, tester, what, error_fmt, default=None)
announce(self, msg, level=1)
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)
debug_print(self, msg)
dump_options(self, header=None, indent='')
ensure_dirname(self, option)
ensure_filename(self, option)
ensure_finalized(self)
ensure_string(self, option, default=None)
ensure_string_list(self, option)
execute(self, func, args, msg=None, level=1)
finalize_options(self)
get_command_name(self)
get_finalized_command(self, command, create=1)
get_sub_commands(self)
initialize_options(self)
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)
mkpath(self, name, mode=511)
move_file(self, src, dst, level=1)
reinitialize_command(self, command, reinit_subcommands=0)
run(self)
run_command(self, command)
set_undefined_options(self, src_cmd, *option_pairs)
spawn(self, cmd, search_path=1, level=1)
warn(self, msg)

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)
__init__(self, attrs)
_show_help(self, parser, global_options=1, display_options=1, commands=[])
announce(self, message, level=1)
finalize_options(self)
get_command_class(self, command)
get_command_list(self)
handle_display_options(self, option_order)
has_bgen(self)
has_docs(self)
has_idl(self)
has_l10n(self)
has_localstate(self)
has_scripts(self)
has_sysconf(self)
has_tests(self)
parse_command_line(self)
print_commands(self)
print_option_list(self, options, header, max_length)
run_command(self, command)

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
__init__(self, attrs=None)
_parse_command_opts(self, parser, args)
_set_command_options(self, command_obj, option_dict=None)
_show_help(self, parser, global_options=1, display_options=1, commands=[])
announce(self, msg, level=1)
dump_option_dicts(self, header=None, commands=None, indent='')
finalize_options(self)
find_config_files(self)
get_command_class(self, command)
get_command_list(self)
get_command_obj(self, command, create=1)
get_option_dict(self, command)
handle_display_options(self, option_order)
has_c_libraries(self)
has_data_files(self)
has_ext_modules(self)
has_headers(self)
has_modules(self)
has_pure_modules(self)
has_scripts(self)
is_pure(self)
parse_command_line(self)
parse_config_files(self, filenames=None)
print_command_list(self, commands, header, max_length)
print_commands(self)
reinitialize_command(self, command, reinit_subcommands=0)
run_command(self, command)
run_commands(self)

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)
__add__(...)
__contains__(...)
__delitem__(...)
__delslice__(...)
x.__delslice__(i, j) <==> del x[i:j]

Use of negative indices is not supported.
__eq__(...)
__ge__(...)
__getattribute__(...)
__getitem__(...)
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

Use of negative indices is not supported.
__gt__(...)
__hash__(...)
__iadd__(...)
__imul__(...)
__init__(...)
__le__(...)
__len__(...)
__lt__(...)
__mul__(...)
__ne__(...)
__repr__(...)
__rmul__(...)
__setitem__(...)
__setslice__(...)
x.__setslice__(i, j, y) <==> x[i:j]=y

Use of negative indices is not supported.
append(...)
count(...)
extend(...)
index(...)
insert(...)
pop(...)
remove(...)
reverse(...)
sort(...)

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

gen_usage(script_name)
wrap_text(text, width)

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.