commands


peak.commands

peak.commands (a submodule of peak.running) is a "command objects" framework for creating command-line applications. It includes the ability to create "executable configuration files" or "configuration interpreters" that can load a configuration file and run an application instance constructed using the configuration data. Supported formats include an .ini-like PEAK format, and arbitrary schemas defined using ZConfig.

...