https://github.com/fkromer/django-dto-attrs
High performance DTOs with Django ORM integration and optional validation.
https://github.com/fkromer/django-dto-attrs
ddd ddd-patterns django domain-driven-design dto dto-pattern majestic-monolith modular-monolith
Last synced: about 1 month ago
JSON representation
High performance DTOs with Django ORM integration and optional validation.
- Host: GitHub
- URL: https://github.com/fkromer/django-dto-attrs
- Owner: fkromer
- License: mit
- Created: 2024-06-18T07:23:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T09:04:18.000Z (about 2 years ago)
- Last Synced: 2025-06-27T21:03:28.935Z (12 months 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.