summaryrefslogtreecommitdiffstats
path: root/python/python3-pydantic/README
diff options
context:
space:
mode:
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.