README.md

python-pydantic

Pydantic is a data validation and settings management library for Python. It is used to declare the expected data structure and validate input data against that structure. Pydantic makes it easy to define data models with required fields, default values, and data types. It can also generate a JSON Schema that can be used for API documentation or validation.