-
class InstallLib(distutils.command.install_lib.install_lib)
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')]