Skip to content

dmtno/edispatcher

Repository files navigation

Event Dispatcher

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.

Features

  • Define and dispatch custom events.
  • Register and manage event handlers.
  • Support for custom dispatchers.

Installation

To install the package, use:

pip install edispatcher

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages