https://github.com/jvalduvieco/scuti
A small CQS inspired framework with many things.
https://github.com/jvalduvieco/scuti
api cqrs cqs ddd flask python
Last synced: 7 months ago
JSON representation
A small CQS inspired framework with many things.
- Host: GitHub
- URL: https://github.com/jvalduvieco/scuti
- Owner: jvalduvieco
- License: mit
- Created: 2022-10-17T17:12:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T16:05:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T17:08:33.674Z (7 months ago)
- Topics: api, cqrs, cqs, ddd, flask, python
- Language: Python
- Homepage:
- Size: 853 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scuti mini framework

[](https://badge.fury.io/py/scuti)A small CQS inspired framework to implement backed of rich domain applications. It is intended to make the
implementation of complex process or relations between entities in a simple and easy way.Read the documentation [here](https://jvalduvieco.github.io/scuti/__main__.html)
A complete tic tac toe example can be found [here](https://github.com/jvalduvieco/scuti/tree/main/examples/tic_tac_toe)
This code is published as a PiPy package, so use your favorite package manager to install.