软件包:python3-pydantic(1.10.17-1 以及其他的) [debports]
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.
其他与 python3-pydantic 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.37)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python