Building distributed systems in Python? Here is how python-cqrs tackles consistency with orchestrated sagas, the mediator pattern, and a transactional outbox—without preaching theory for ten pages first.

TL;DR


Commands and queries stay in plain handlers: nothing in the handler depends on HTTP, Kafka, or CLI.
Sagas: persisted state, automatic...