How to install zope.processlifetime
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.processlifetime
Depended by
- cipher.session
- collective.backtowork
- collective.zamqp
- five.z2monitor
- infrae.testing
- infrae.wsgi
- isotoma.depends.zope2_13_8
- lazr.restful
- p01.sampler
- plone.reload
- z3c.recipe.i18n
- z3c.recipe.paster
- zope.app.appsetup
- zope.app.broken
- zope.app.generations
- zope.app.principalannotation
- zope.app.server
- zope.app.testing
- zope.app.wsgi
- zope.generations
- zope.pytest
- Zope2
- ztfy.blog
- ztfy.extfile
- ztfy.lock
- ztfy.media
- ztfy.scheduler
- ztfy.sendit
- ztfy.sequence
- ztfy.thesaurus
- ztfy.workflow
Lastest release
zope.processlifetime README
This package provides interfaces / implementations for events relative to the lifetime of a server process (startup, database opening, etc.)
It is derived from Zope 3.4's 'zope.app.appsetup'.
zope.processlifetime Changelog
2.0.0 (2013-02-22)
- Replaced deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.
- Dropped support for Python 2.4 and 2.5.
- Added support for Python 3.2 and 3.3
1.0 (2009-05-13)
- Split out event interfaces / implementations from zope.app.appsetup version 3.10.2.