Source: pydantic Maintainer: Michael Banck Uploaders: Debian Python Team Section: python Testsuite: autopkgtest-pkg-pybuild Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, cython3-legacy, python3-all-dev, python3-dotenv , python3-email-validator , python3-pytest , python3-pytest-mock , python3-setuptools, python3-typing-extensions Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/pydantic Vcs-Git: https://salsa.debian.org/python-team/packages/pydantic.git Homepage: https://github.com/samuelcolvin/pydantic Rules-Requires-Root: no Package: python3-pydantic Architecture: any 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.