Description
Provides the compiled validation engine used by Pydantic. It performs the core parsing, conversion, and validation work behind Pydantic models with high performance.
Most users receive it as a dependency of Pydantic. It does not provide a separate application; it enables data validation inside software that imports Pydantic.