Metadata-Version: 2.1
Name: scuti
Version: 0.0.3
Summary: A simple backend framework for building complex web applications. Inspired in CQS and DDD
Project-URL: Homepage, https://github.com/jvalduvieco/scuti
Project-URL: Bug Tracker, https://github.com/jvalduvieco/scuti/issues
Author-email: Joan Valduvieco <jvalduvieco@gmail.com>
License-File: LICENSE
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.10
Requires-Dist: injector==0.20.1
Requires-Dist: plum-dispatch==1.7.4
Requires-Dist: uuid==1.30
Description-Content-Type: text/markdown

# 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.
