I built [Dispytch](https://github.com/e1-m/dispytch), a lightweight async-first event-handling framework for Python.
It’s designed for event-driven microservices — think Kafka, RabbitMQ, or custom transports — with clean dependency injection and a minimal footprint. Inspired by FastAPI.
Would love feedback — especially on real-world fit, pain points, and what’s missing.
Thanks!