1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: yamale
Uploaders: Anton Gladky <gladk@debian.org>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-pytest,
python3-ruamel.yaml,
python3-setuptools,
python3-yaml
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/yamale
Vcs-Git: https://salsa.debian.org/python-team/packages/yamale.git
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.
|