A lightweight and type-safe Python framework for building event-driven applications. eventspype provides a clean publisher-subscriber pattern implementation, making it easy to create decoupled and maintainable event-driven systems.
- 🎯 Type-safe publisher-subscriber pattern implementation
- 🔄 Support for multiple publishers and subscribers
- 🚀 Asynchronous event handling capabilities
- 🛠️ Easy to use and integrate
- 📦 Zero dependencies
- 🔒 Thread-safe event distribution
# Using pip
pip install eventspype
# Using poetry
poetry add eventspype
This project is licensed under the MIT License - see the LICENSE file for details.