aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pydantic/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-24 02:12:24 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:44 +0700
commitce472aebfe3545a60553281972693d49241d232a (patch)
tree06f76a959d52aa07ed0359f1acea872514466e13 /python/python3-pydantic/README
parente32b142acb58607b9399ac5276f52c11dc662282 (diff)
python/python3-pydantic: Added (Data validation using Python hints)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pydantic/README')
-rw-r--r--python/python3-pydantic/README5
1 files changed, 5 insertions, 0 deletions
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.