Source: pykwalify
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Johan Fleury <jfleury@arcaik.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-dateutil (>= 2.8.0),
 python3-docopt (>= 0.6.2),
 python3-pytest,
 python3-ruamel.yaml (>= 0.16.0),
 python3-testfixtures
Standards-Version: 4.6.1
Homepage: https://github.com/grokzen/pykwalify
X-Python3-Version: >= 3.6
Vcs-Git: https://salsa.debian.org/python-team/packages/pykwalify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pykwalify

Package: python3-pykwalify
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-ruamel.yaml
Description: Python YAML/JSON schema validation library (Python 3)
 PyKwalify is a open source port of the kwalify lib and specification.
 .
 PyKwalify allows validating YAML or JSON data against a schema
 described in YAML or JSON format.
 .
 This package installs the library for Python 3.

Package: pykwalify
Section: utils
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-pykwalify
Multi-Arch: same
Description: Python YAML/JSON schema validation library (command line program)
 PyKwalify is a open source port of the kwalify lib and specification.
 .
 PyKwalify allows validating YAML or JSON data against a schema
 described in YAML or JSON format.
 .
 This package installs the command line program.
