[ aria ]
[ bianca ]
[ 原始碼: pydantic ]
套件:python3-pydantic(1.10.4-1+deb12u1)
python3-pydantic 的相關連結
下載原始碼套件 pydantic:
- [pydantic_1.10.4-1+deb12u1.debian.tar.xz]
- [pydantic_1.10.4-1+deb12u1.dsc]
- [pydantic_1.10.4.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python