-
class Install(distutils.command.install.install)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.Install'
-
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 = ['compile', 'force', 'skip-build', 'with-docs']
- command_name = 'install'
-
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', 'without-docs': 'with-docs'}
- sub_commands = [('install_lib', <function has_lib>), ('install_headers', <function has_headers>), ('install_scripts', <function has_scripts>), ('install_data', <function has_data>), ('install_sysconf', <function has_sysconf>), ('install_localstate', <function has_localstate>), ('install_docs', <function has_docs>), ('install_tests', <function has_tests>), ('install_l10n', <function has_l10n>)]
- user_options = [('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]'), ('force', 'f', 'force installation (overwrite any existing files)'), ('skip-build', None, 'skip rebuilding everything (for testing/debugging)'), ('with-docs', None, 'enable documentation build'), ('without-docs', None, 'disable documentation build [default]')]