python3-djantic

Pydantic model support for Django (Python3 version)
  https://github.com/jordaneremieff/djantic
  0
  no reviews



Djantic is a library that provides a configurable utility class for automatically creating a Pydantic model instance for any Django model class. It is intended to support all of the underlying Pydantic model functionality such as JSON schema generation and introduces custom behaviour for exporting Django model instance data.

This package contains the Python 3 version of the library.