What is zope.lifecycleevent?

zope.lifecycleevent

Build Status Documentation Status Coverage Status

Overview

In a loosely-coupled system, events can be used by parts of the system to inform each other about relevant occurrences. The zope.event package (optionally together with zope.interface and zope.component) provides a generic mechanism to dispatch objects representing those events to interested subscribers (e.g., functions). This package defines a specific set of event objects and API functions for describing the life-cycle of objects in the system: object creation, object modification, and object removal.

Documentation is hosted at https://zopelifecycleevent.readthedocs.io

Development

zope.lifecycleevent is hosted at GitHub:

Project URLs

Indices and tables