Difference between revisions of "Pydantic"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Data validation]] and settings management using python type hints | [[Data validation]] and settings management using python type hints | ||
* https://pypi.org/project/pydantic/ | * https://pypi.org/project/pydantic/ | ||
+ | |||
+ | [[pip install -U]] pydantic |
Latest revision as of 08:31, 10 October 2022
Data validation and settings management using python type hints
pip install -U pydantic
Advertising: