The appinstall module is accessible via the paste.script module.
This class contains 25 members.
This class contains 32 members.
This class contains 28 members.
Abstract base class for installers, and also a generic installer that will run off config files in the .egg-info directory of a distribution.
Packages that simply refer to this installer can provide a file *.egg-info/paste_deploy_config.ini_tmpl that will be interpreted by Cheetah. They can also provide websetup modules with a setup_app(command, conf, vars) (or the now-deprecated setup_config(command, filename, section, vars)) function, that will be called.
In the future other functions or configuration files may be called.
This class contains 11 members.
See the source for more information.