mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
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.
4 lines
217 B
Text
4 lines
217 B
Text
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.
|