Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T16:05:38.000Z (about 2 years ago)
- Last Synced: 2024-09-16T04:56:04.363Z (4 months ago)
- Topics: api, cqrs, cqs, ddd, flask, python
- Language: Python
- Homepage:
- Size: 853 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scuti mini framework
![build status](https://github.com/jvalduvieco/scuti/actions/workflows/ci.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/scuti.svg)](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.