zevents

Easy to use and generic events system.


Keywords
zevents
License
MIT
Install
pip install zevents==0.2.9

Documentation

ZEvents

Easy to use generic events system.

Features

  • EventManager class orchestrating subscriptions, unsubscriptions and notifications
  • Generic Event class usable to implement custom events
  • Generic TriggerEvent triggering the processing of queues in EventManager
  • Standard events collection: TickEvent, QuitEvent

Install

$ pip install tchappui-zevents

Example

A simple example of how to use ZEvents can be found in the Usage section of the documentation.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.