data validation using Python type hints
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.

Maintainer: Renaud Allard <renaud@allard.it>

WWW: https://pypi.python.org/pypi/pydantic
