summaryrefslogtreecommitdiffstats
path: root/python/schema/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/schema/README')
-rw-r--r--python/schema/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/schema/README b/python/schema/README
new file mode 100644
index 0000000000..fdf11b8492
--- /dev/null
+++ b/python/schema/README
@@ -0,0 +1,8 @@
+Schema validation just got Pythonic
+
+schema is a library for validating Python data structures, such as those
+obtained from config-files, forms, external services or command-line
+parsing, converted from JSON/YAML (or something else) to Python
+data-types.
+
+python3 is an optional dependency.