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

https://github.com/complexheart/py-domain-model

Domain model toolset to properly build Value Objects, Entities, Aggregates, and Services.
https://github.com/complexheart/py-domain-model

Last synced: 9 months ago
JSON representation

Domain model toolset to properly build Value Objects, Entities, Aggregates, and Services.

Awesome Lists containing this project

README

          

# Domain Model

[![Test](https://github.com/ComplexHeart/py-domain-model/actions/workflows/test.yml/badge.svg)](https://github.com/ComplexHeart/py-domain-model/actions/workflows/test.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ComplexHeart_py-domain-model&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ComplexHeart_py-domain-model)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ComplexHeart_py-domain-model&metric=coverage)](https://sonarcloud.io/summary/new_code?id=ComplexHeart_py-domain-model)

Domain model toolset to properly build Value Objects, Entities, Aggregates, and Services.