2025-02-05 14:02:50 +01:00
|
|
|
Source: pydantic-extra-types
|
|
|
|
Section: python
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
|
|
|
dh-sequence-python3,
|
|
|
|
pybuild-plugin-pyproject,
|
|
|
|
python3-all,
|
|
|
|
python3-hatchling,
|
|
|
|
Rules-Requires-Root: no
|
|
|
|
Standards-Version: 4.7.0
|
|
|
|
Homepage: https://github.com/pydantic/pydantic-extra-types
|
2025-02-05 14:45:47 +01:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/arista/pydantic-extra-types
|
|
|
|
Vcs-Git: https://forgejo.debian.net/arista/pydantic-extra-types
|
2025-02-05 14:02:50 +01:00
|
|
|
|
|
|
|
Package: python3-pydantic-extra-types
|
|
|
|
Section: python
|
|
|
|
Architecture: all
|
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${python3:Depends},
|
|
|
|
Description: Data validation and settings management using Python type hinting (extra types)
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
This package contains extra types.
|