Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.