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.
- Host: GitHub
- URL: https://github.com/flango-dev/django-dto-attrs
- Owner: flango-dev
- License: mit
- Created: 2024-06-18T07:23:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T09:04:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T06:18:37.693Z (about 1 year ago)
- Topics: ddd, ddd-patterns, django, domain-driven-design, dto, dto-pattern, majestic-monolith, modular-monolith
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.