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

https://github.com/flango-dev/django-dto-attrs

High performance DTOs with Django ORM integration and optional validation.
https://github.com/flango-dev/django-dto-attrs

ddd ddd-patterns django domain-driven-design dto dto-pattern majestic-monolith modular-monolith

Last synced: about 1 year ago
JSON representation

High performance DTOs with Django ORM integration and optional validation.

Awesome Lists containing this project

README

          

# django-dto-cattrs

Like [django-dto](https://github.com/nicogall/django-dto) but dataclass features not coupled to the Python version in use.

Uses [attrs](https://github.com/python-attrs/attrs) and [cattrs](https://github.com/python-attrs/cattrs) under the hood.