appinstall

Provides the two commands for preparing an application: prepare-app and setup-app


Attributes

a Cheetah

None

Classes

C AbstractInstallCommand(...) ...

This class contains 25 members.

C MakeConfigCommand(...) ...

This class contains 32 members.

C SetupCommand(...) ...

This class contains 28 members.

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.

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.