[ trixie ]
[ sid ]
[ 原始碼: pydantic-core ]
套件:python3-pydantic-core(2.27.2-1)
python3-pydantic-core 的相關連結
Debian 的資源:
下載原始碼套件 pydantic-core:
- [pydantic-core_2.27.2-1.dsc]
- [pydantic-core_2.27.2.orig.tar.gz]
- [pydantic-core_2.27.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Rust implementation of pydantic core functionality (Python 3 module)
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.
The core library is implemented in Rust and up to seventeen times faster than the original pure Python implementation.
This package installs the Python 3 module.
其他與 python3-pydantic-core 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 支援函式庫
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python