You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-pydantic-core-2.0.2-1.lbn36.x86_64

python3-pydantic-core-2.0.2-1.lbn36.x86_64

Package Attributes
RPM  python3-pydantic-core-2.0.2-1.lbn36.x86_64.rpm Architecture  x86_64 Size  4439673 Created  2024/01/21 14:55:17 UTC
Package Specification
Summary pydantic-core
Group Unspecified
License ZPL
Home Page https://pypi.org/project/pydantic-core
Description

pydantic-core

This package provides the core functionality for pydantic validation and serialization. Pydantic-core is currently around 17x faster than pydantic V1. See tests/benchmarks/ for details. Example of direct usage NOTE: You should not need to use pydantic-core directly; instead, use pydantic, which in turn uses pydantic-core. from pydantic_core import SchemaValidator, ValidationError

v = SchemaValidator( { 'type': typed-dict, 'fields': { 'name': { 'type': typed-dict-field, 'schema': { 'type': str, }, }, 'age': { 'type': typed-dict-field, 'schema': { 'type': int, 'ge': 18, }, }, 'is_developer': { 'type': typed-dict-field, 'schema': { 'type': default, 'sc

Requires
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(RichDependencies)  
((python3.10dist(typing-extensions) < 4.7 or python3.10dist(typing-extensions) > 4.7) with python3.10dist(typing-extensions) >= 4.6)  
rpmlib(FileDigests)  
Provides
python-pydantic-core
python3-pydantic-core
python3-pydantic-core(x86-64)
python3.10-pydantic-core
python3.10dist(pydantic-core)
python3dist(pydantic-core)
Obsoletes
python-pydantic-core

Document Actions