SkillAgentSearch skills...

Zope.event

Event publishing / dispatch, used by Zope Component Architecture

Install / Use

/learn @zopefoundation/Zope.event
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

========== zope.event

.. image:: https://img.shields.io/pypi/v/zope.event.svg :target: https://pypi.python.org/pypi/zope.event/ :alt: Latest Version

.. image:: https://github.com/zopefoundation/zope.event/actions/workflows/tests.yml/badge.svg :target: https://github.com/zopefoundation/zope.event/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/zopeevent/badge/?version=latest :target: http://zopeevent.readthedocs.org/en/latest/ :alt: Documentation Status

The zope.event package provides a simple event system, including:

  • An event publishing API, intended for use by applications which are unaware of any subscribers to their events.

  • A very simple synchronous event-dispatching system, on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component.

Please see http://zopeevent.readthedocs.io/ for the documentation.

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated20d ago
Forks20

Languages

Python

Security Score

80/100

Audited on Mar 16, 2026

No findings