Ft.Lib.DistExt.InstallLib

Modules

install_lib  os     

Classes

class InstallLib(distutils.command.install_lib.install_lib)
_copy_outputs(self, has_any, build_cmd, dir_option)
get_inputs(self)
get_outputs(self)
install(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.InstallLib'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
boolean_options = ['force', 'compile', 'skip-build']
command_name = 'install_lib'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
negative_opt = {'no-compile': 'compile'}
user_options = [('force', 'f', 'force installation (overwrite existing files)'), ('compile', 'c', 'compile .py to .pyc [default]'), ('no-compile', None, "don't compile .py files"), ('optimize=', 'O', 'also compile with optimization: -O1 for "python ...r "python -OO", and -O0 to disable [default: -O0]'), ('skip-build', None, 'skip the build steps')]

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/InstallLib.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.InstallLib'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.