diff options
author | Alan Aversa <alan_avNOersa@lSPAMavabit.com> | 2020-05-15 23:59:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-15 23:59:20 +0700 |
commit | 9dcf2f8935292072bd2c67283d58ac7aafc50e1b (patch) | |
tree | 37a36336d671ffedd8bf2797619c2149fd42fcbe /python/schema/README | |
parent | 8cf98da01d210e5ad84b137f1cbfc5de025f4d78 (diff) |
python/schema: Added (Python data structures validation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 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. |