blob: c71e14d69bcdb76fd437dc68dd90fd477c71e37d (
plain) (
blame)
1
2
3
4
|
Pydantic provides data validation using Python type hints.
Fast and extensible, Pydantic plays nicely with your linters/IDE/brain. Define
how data should be in pure, canonical Python 3.7+; validate it with Pydantic.
|