How to install zope.applicationcontrol
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.applicationcontrol
Lastest release
zope.applicationcontrol
The application control instance can be generated upon startup of an application built with the Zope Toolkit.
This package provides an API to retrieve runtime information. It also provides a utility with methods for shutting down and restarting the server.
CHANGES
4.0.0a1 (2013-02-22)
- Added support for Python 3.3.
- Replaced deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.
- Dropped support for Python 2.4 and 2.5.
3.5.5 (2010-01-09)
- Initial release, extracted from zope.app.applicationcontrol.