From d4622e20f54342b4be7738d9d50c42b226fa64b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=B4=D0=B8=D0=BC=20=D0=9A=D0=BE=D0=B7=D1=8B?= =?UTF-8?q?=D1=80=D0=B5=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Sun, 1 Feb 2026 20:10:01 +0300 Subject: [PATCH] Fix example position --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9cb22c6c..599d6ae3 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ _Python implementation of data structures, algorithms and design patterns. Also - Design Patterns - [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. - [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation. + - [python-cqrs](https://github.com/vadikko2/python-cqrs) - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration, FastAPI/FastStream integration. ## ASGI Servers @@ -321,12 +322,6 @@ _Libraries for storing and parsing configuration options._ - [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. -## CQRS & Event Sourcing - -_Event-Driven Architecture frameworks for CQRS pattern and event-driven microservices._ - -- [python-cqrs](https://github.com/vadikko2/python-cqrs) - Event-Driven Architecture Framework with CQRS, Transaction Outbox, Saga orchestration, FastAPI/FastStream integration. - ## Data Analysis _Libraries for data analysis._