1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: python-djantic
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
mkdocs (>= 1.0.4),
mkdocs-material <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-django,
python3-factory-boy <!nocheck>,
python3-mkautodoc,
python3-poetry-core,
python3-psycopg2 <!nocheck>,
python3-pydantic (>= 2.0~),
python3-pymdownx,
python3-pytest <!nocheck>,
python3-pytest-django <!nocheck>,
python3-sphinx <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://github.com/jordaneremieff/djantic
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-djantic
Vcs-Git: https://salsa.debian.org/python-team/packages/python-djantic.git
Rules-Requires-Root: no
X-Style: black
Package: python-djantic-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${mkdocs:Depends},
Description: Pydantic model support for Django (Documentation)
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 documentation.
Package: python3-djantic
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-djantic-doc,
Description: Pydantic model support for Django (Python3 version)
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.
|