slackbuilds/python/schema
Alan Aversa 9dcf2f8935 python/schema: Added (Python data structures validation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-05-15 23:59:20 +07:00
..
README
schema.SlackBuild
schema.info
slack-desc

README

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.