From ce472aebfe3545a60553281972693d49241d232a Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 24 Sep 2022 02:12:24 +0100 Subject: python/python3-pydantic: Added (Data validation using Python hints) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pydantic/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-pydantic/README (limited to 'python/python3-pydantic/README') diff --git a/python/python3-pydantic/README b/python/python3-pydantic/README new file mode 100644 index 0000000000..98aa48a3f3 --- /dev/null +++ b/python/python3-pydantic/README @@ -0,0 +1,5 @@ +python3-pydantic (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. -- cgit v1.2.3