Event Dispatcher is a simple implementation of an event-driven architecture in Python. It allows you to define events, register handlers, and dispatch events to those handlers.
- Define and dispatch custom events.
- Register and manage event handlers.
- Support for custom dispatchers.
To install the package, use:
pip install edispatcher