[ 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