https://github.com/100nm/python-cq
Lightweight CQRS library.
https://github.com/100nm/python-cq
cqrs fastapi mypy python type-hints typed
Last synced: 4 months ago
JSON representation
Lightweight CQRS library.
- Host: GitHub
- URL: https://github.com/100nm/python-cq
- Owner: 100nm
- Created: 2024-10-06T09:23:03.000Z (over 1 year ago)
- Default Branch: prod
- Last Pushed: 2025-06-15T11:25:37.000Z (about 1 year ago)
- Last Synced: 2025-06-15T12:25:03.371Z (about 1 year ago)
- Topics: cqrs, fastapi, mypy, python, type-hints, typed
- Language: Python
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cq
[](https://github.com/100nm/python-cq)
[](https://pypi.org/project/python-cq)
[](https://pypistats.org/packages/python-cq)
[](https://github.com/astral-sh/ruff)
Documentation: https://python-cq.remimd.dev
Python package designed to organize your code following CQRS principles. It builds on top of [python-injection](https://github.com/100nm/python-injection) for dependency injection.
## Installation
⚠️ _Requires Python 3.12 or higher_
```bash
pip install python-cq
```