eventpy

eventpy is a Python event library that provides tools that enable your application components to communicate with each other by dispatching events and listening for them. With eventpy you can easily implement signal/slot mechanism, or observer pattern.


Keywords
callback, event-dispatcher, nested-events, observe-pattern, publish-subscribe, python, signal, slot, thread-safe
License
Apache-2.0
Install
pip install eventpy==0.0.1