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 python/schema: Added (Python data structures validation). 2020-05-15 23:59:20 +07:00
schema.SlackBuild python/schema: Added (Python data structures validation). 2020-05-15 23:59:20 +07:00
schema.info python/schema: Added (Python data structures validation). 2020-05-15 23:59:20 +07:00
slack-desc python/schema: Added (Python data structures validation). 2020-05-15 23:59:20 +07:00

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.