summaryrefslogtreecommitdiffstats
path: root/python/schema/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/schema/README')
-rw-r--r--python/schema/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/schema/README b/python/schema/README
new file mode 100644
index 0000000000..9c643b0a5f
--- /dev/null
+++ b/python/schema/README
@@ -0,0 +1,6 @@
+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.