Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5b16fd19785a7e52f49fb873ab22f966 > files > 19

python-zope-event-4.0.2-1.fc18.noarch.rpm

``zope.event`` README
=====================

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://docs.zope.org/zope.event/ for the documentation.