ports/devel/py-pydantic2/pkg-descr
Po-Chuan Hsieh 0ee2c865f3
devel/py-pydantic2: Add py-pydantic2 2.0
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.
2023-07-09 18:10:26 +08:00

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.