Package logilab-common-0 :: Package 39 :: Package 0 :: Module twisted_distutils :: Class install_twisted_plugins
[frames] | no frames]

Class install_twisted_plugins

source code

distutils.core.Command --+
                         |
                        install_twisted_plugins

Instance Methods
 
initialize_options(self) source code
 
finalize_options(self) source code
 
run(self) source code
 
get_inputs(self) source code
 
get_outputs(self) source code
Class Variables
  description = "install twisted plugins"
  user_options = [('install-dir=', 'd', "directory to install sc...
  boolean_options = ['force', 'skip-build']
Class Variable Details

user_options

Value:
[('install-dir=', 'd', "directory to install scripts to"), ('build-dir\
=', 'b', "build directory (where to install from)"), ('force', 'f', "f\
orce installation (overwrite existing files)"), ('skip-build', None, "\
skip the build steps"),]