zope.event
Event publishing / dispatch, used by Zope Component Architecture
Event publishing / dispatch, used by Zope Component Architecture
To install this package, run one of the following:
This package provides a simple event system on which application-specific event systems can be built. For example, a type-based event dispatching system that builds on zope.interface can be found in zope.component. A simpler system is distributed with this package and is described in Class-based event handlers.
Summary
Event publishing / dispatch, used by Zope Component Architecture
Last Updated
Sep 8, 2025 at 15:12
License
ZPL-2.1
GitHub Repository
https://github.com/zopefoundation/zope.eventDocumentation
https://zopeevent.readthedocs.io/