pydantic-dev
Installation
SKILL.md
Pydantic Professional Development
Comprehensive guidance for building production-ready applications with Pydantic v2.12, the most widely used data validation library for Python.
Quick Reference
Installation: See references/install.md for setup instructions and optional dependencies
Core Philosophy: See references/why.md for Pydantic's design principles and when to use it
Migration from v1: See references/migration.md for upgrading from Pydantic v1.x
Core Concepts
Pydantic uses Python type hints to define data schemas and performs validation/coercion automatically. The fundamental building blocks are:
Models
Primary documentation: references/concepts/models.md