blob: d81dc912c5ecc0ff37ec4c803f2a42ec8e24ab3e (
plain) (
blame)
1
2
3
4
5
|
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.
WWW: https://github.com/keleshev/schema
|