File: control

package info (click to toggle)
yamale 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,120 kB
  • sloc: python: 1,805; makefile: 21
file content (35 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download
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
33
34
35
Source: yamale
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Anton Gladky <gladk@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pytest,
 python3-ruamel.yaml,
 python3-setuptools,
 python3-yaml,
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.