Package _setup :: Module data :: Class Install
[hide private]
[frames] | no frames]

Class Install

source code

        distutils.cmd.Command --+    
                                |    
distutils.command.install.install --+
                                    |
                                   Install

Extended installer to reflect the additional data options
Instance Methods [hide private]
 
initialize_options(self)
Prepare for new options
source code

Inherited from distutils.command.install.install: change_roots, convert_paths, create_home_path, create_path_file, dump_dirs, expand_basedirs, expand_dirs, finalize_options, finalize_other, finalize_unix, get_inputs, get_outputs, handle_extra_path, has_data, has_headers, has_lib, has_scripts, run, select_scheme

Inherited from distutils.command.install.install (private): _expand_attrs

Inherited from distutils.cmd.Command: __getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn

Inherited from distutils.cmd.Command (private): _ensure_stringlike, _ensure_tested_string

Class Variables [hide private]
  user_options = [('prefix=', None, 'installation prefix'), ('ex...
  boolean_options = ['compile', 'force', 'skip-build', 'user', '...

Inherited from distutils.command.install.install: description, negative_opt, sub_commands

Method Details [hide private]

initialize_options(self)

source code 
Prepare for new options
Overrides: distutils.cmd.Command.initialize_options

Class Variable Details [hide private]

user_options

Value:
[('prefix=', None, 'installation prefix'),
 ('exec-prefix=',
  None,
  '(Unix only) prefix for platform-specific files'),
 ('home=', None, '(Unix only) home directory to install under'),
 ('user',
  None,
  'install in user site-package \'/home/nd/.local/lib/python2.6/site-p\
...

boolean_options

Value:
['compile',
 'force',
 'skip-build',
 'user',
 'no-install-docs',
 'no-replace']