Server IP : 213.176.29.180 / Your IP : 3.15.1.23 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /lib64/../share/licenses/python2-pip-wheel/../../dbxtool/../doc/python3-zope-event/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
``zope.event`` README ===================== .. image:: https://img.shields.io/pypi/v/zope.event.svg :target: https://pypi.python.org/pypi/zope.event/ :alt: Latest Version .. image:: https://travis-ci.org/zopefoundation/zope.event.png?branch=master :target: https://travis-ci.org/zopefoundation/zope.event .. 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 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.rtfd.org/ for the documentation.