Index of the appinstall module
-
m
paste.script.appinstall
...
- Provides the two commands for preparing an application:
prepare-app and setup-app
- a Cheetah ...
-
C
AbstractInstallCommand
...
- a default_interactive ...
- a default_sysconfigs ...
- a default_verbosity ...
- a group_name ...
- a hidden ...
- a max_args_error ...
- a min_args_error ...
- a required_args ...
- f call_sysconfig_function ... - Call the specified function in the first sysconfig module it is defined in. NameError if no function is found.
- f call_sysconfig_functions ... - Call all the named functions in the sysconfig modules, returning a list of the return values.
- f get_distribution ... - This gets a distribution object, and installs the distribution if required.
- f get_installer ...
- f get_sysconfig_option ... - Return the value of the given option in the first sysconfig module in which it is found, or default (None) if not found in any.
- f get_sysconfig_options ... - Return the option value for the given name in all the sysconfig modules in which is is found ([] if none).
- f load_sysconfigs ...
- f run ...
- f standard_parser ...
- f sysconfig_install_vars ... - Return the folded results of calling the install_variables() functions.
-
C
Installer
...
- Abstract base class for installers, and also a generic
installer that will run off config files in the .egg-info
directory of a distribution.
- a use_cheetah ...
- f __init__ ...
- f config_content ... - Called by self.write_config, this returns the text content for the config file, given the provided variables.
- f description ...
- f editable_config_files ... - Return a list of filenames; this is primarily used when the filename is treated as a directory and several configuration files are created. The default implementation returns the file itself. Return None if you don't know what files should be edited on installation.
- f setup_config ... - Called to setup an application, given its configuration file/directory.
- f simple_config ... - Return a very simple configuration file for this application.
- f template_renderer ... - Subclasses may override this to provide different template substitution (e.g., use a different template engine).
-
C
MakeConfigCommand
...
- a description ...
- a parser ...
- a summary ...
- a usage ...
- f call_sysconfig_function ... - Call the specified function in the first sysconfig module it is defined in. NameError if no function is found.
- f call_sysconfig_functions ... - Call all the named functions in the sysconfig modules, returning a list of the return values.
- f check_config_file ...
- f command ...
- f get_distribution ... - This gets a distribution object, and installs the distribution if required.
- f get_installer ...
- f get_sysconfig_option ... - Return the value of the given option in the first sysconfig module in which it is found, or default (None) if not found in any.
- f get_sysconfig_options ... - Return the option value for the given name in all the sysconfig modules in which is is found ([] if none).
- f load_sysconfigs ...
- f run ...
- f show_info ...
- f standard_parser ...
- f sysconfig_install_vars ... - Return the folded results of calling the install_variables() functions.
-
C
SetupCommand
...
- a description ...
- a parser ...
- a summary ...
- a usage ...
- f get_distribution ... - This gets a distribution object, and installs the distribution if required.
- f get_installer ...
- f get_sysconfig_option ... - Return the value of the given option in the first sysconfig module in which it is found, or default (None) if not found in any.
- f run ...