Skip to content
#

Pydantic

pydantic logo

Pydantic is the most widely used data validation library for Python. Fast and extensible, Pydantic parses data and enforces type hints at runtime, providing user-friendly errors when data is invalid. Its core validation engine is implemented in Rust, making it extremely fast for JSON serialization and data schema parsing.

Here are 20 public repositories matching this topic...

Created by samuelcolvin

Latest release 11 days ago

Followers
55 followers
Repository
pydantic/pydantic
Website
github.com/topics/pydantic

Related topics

data-validation fastapi python serialization typing