Source: pydantic Section: python Priority: optional Maintainer: Michael Banck Uploaders: Debian Python Team , Build-Depends: debhelper-compat (= 10), dh-python, python3-all-dev (>= 3.6), python3-pytest , python3-pytest-mock , python3-setuptools, Standards-Version: 4.5.1 X-Python3-Version: >= 3.6 Homepage: https://github.com/samuelcolvin/pydantic Vcs-Browser: https://salsa.debian.org/python-team/packages/pydantic Vcs-Git: https://salsa.debian.org/python-team/packages/pydantic.git Testsuite: autopkgtest-pkg-python Package: python3-pydantic Architecture: all Section: python Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: Data validation and settings management using Python type hinting pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to validate that untrusted data takes the desired form. There is also support for an extension to dataclasses where the input data is validated.