ports/devel/py-pydantic/pkg/DESCR

6 lines
222 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Data validation and settings management 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.