diff --git a/topics/pydantic/index.md b/topics/pydantic/index.md new file mode 100644 index 00000000000..81d778d4f99 --- /dev/null +++ b/topics/pydantic/index.md @@ -0,0 +1,12 @@ +--- +aliases: pydantic-core +created_by: samuelcolvin +display_name: Pydantic +logo: pydantic.png +github_url: https://github.com/pydantic/pydantic +related: python, fastapi, typing, data-validation, serialization +short_description: Pydantic is a data validation and settings management library using Python type annotations. +topic: pydantic +url: https://docs.pydantic.dev/ +--- +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. \ No newline at end of file diff --git a/topics/pydantic/pydantic.png b/topics/pydantic/pydantic.png new file mode 100644 index 00000000000..6ed20028245 Binary files /dev/null and b/topics/pydantic/pydantic.png differ