From 1c707c9a7dcedfdfc29b728766ca5ba8fa00cef3 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 00:05:03 +0300 Subject: [PATCH 1/5] Add python-cqrs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dd473c2b7..9cb22c6c9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Computer Vision](#computer-vision) - [Configuration Files](#configuration-files) - [Cryptography](#cryptography) + - [CQRS & Event Sourcing](#cqrs) - [Data Analysis](#data-analysis) - [Data Validation](#data-validation) - [Data Visualization](#data-visualization) @@ -320,6 +321,12 @@ _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._ 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 2/5] Fix example position --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9cb22c6c9..599d6ae34 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._ From bd732cac7b52781529adf9ad2fa7146cea183497 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:11:13 +0300 Subject: [PATCH 3/5] Remove new category --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 599d6ae34..489f29d84 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Computer Vision](#computer-vision) - [Configuration Files](#configuration-files) - [Cryptography](#cryptography) - - [CQRS & Event Sourcing](#cqrs) - [Data Analysis](#data-analysis) - [Data Validation](#data-validation) - [Data Visualization](#data-visualization) From 4c871950246852d3df4835c4f4b7e5684b49417e 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 21:31:07 +0300 Subject: [PATCH 4/5] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 489f29d84..c01a49e75 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,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. + - [python-cqrs](https://github.com/vadikko2/python-cqrs) - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration. ## ASGI Servers From dd844d18184f57c0bfe899cb3c90272364550830 Mon Sep 17 00:00:00 2001 From: Jinyang Date: Mon, 2 Feb 2026 10:39:09 +0400 Subject: [PATCH 5/5] fix entry order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01a49e75..be25d4801 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ _Python implementation of data structures, algorithms and design patterns. Also - [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast and pure-Python implementation of sorted collections. - [thealgorithms](https://github.com/TheAlgorithms/Python) - All Algorithms implemented in Python. - Design Patterns + - [python-cqrs](https://github.com/vadikko2/python-cqrs) - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration. - [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. ## ASGI Servers