Source: yamale Section: python Priority: optional Maintainer: Anton Gladky Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-pytest, python3-ruamel.yaml, python3-setuptools, python3-yaml, Standards-Version: 4.6.2.0 Homepage: https://github.com/23andMe/Yamale Rules-Requires-Root: no Package: python3-yamale Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-ruamel.yaml, python3-yaml Description: schema and validator for YAML Yamale can be run from the command line to validate one or many YAML files. Yamale will search the directory you supply (current directory is default) for YAML files. Each YAML file it finds it will look in the same directory as that file for its schema, if there is no schema Yamale will keep looking up the directory tree until it finds one. If Yamale can not find a schema it will tell you.