[ bianca ]
[ 源代码: pydantic-core ]
软件包:python3-pydantic-core(2.27.2-3 以及其他的)
python3-pydantic-core 的相关链接
下载源码包 pydantic-core:
- [pydantic-core_2.27.2-3.debian.tar.xz]
- [pydantic-core_2.27.2-3.dsc]
- [pydantic-core_2.27.2.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [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 Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC support library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python