diff options
Diffstat (limited to 'python/schema/README')
-rw-r--r-- | python/schema/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/schema/README b/python/schema/README new file mode 100644 index 0000000000000..fdf11b84928f1 --- /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. |