Pakket: python3-pydantic-core (2.23.4-2 en anderen) [debports]
Verwijzigingen voor python3-pydantic-core
Debian bronnen:
Het bronpakket downloaden:
Niet gevondenBeheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-pydantic-core gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC support bibliotheek
-
- 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