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
|
Source: pydantic
Section: python
Priority: optional
Maintainer: Michael Banck <mbanck@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 10),
dh-python,
python3-all-dev (>= 3.6),
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
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.
|