diff --git a/topics/pydantic/index.md b/topics/pydantic/index.md new file mode 100644 index 00000000000..cf9c74f48d9 --- /dev/null +++ b/topics/pydantic/index.md @@ -0,0 +1,11 @@ +--- +aliases: pydantic-core +created_by: samuelcolvin +display_name: Pydantic +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