Source: yq Section: utils Priority: optional Maintainer: Debian Python Team Uploaders: Christoph Martin , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, help2man, jq, python3-all, python3-argcomplete, python3-pip, python3-pytest, python3-setuptools-scm, python3-tomlkit, python3-xmltodict, python3-yaml, Standards-Version: 4.7.2 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/kislyuk/yq Vcs-Git: https://salsa.debian.org/python-team/packages/yq.git Vcs-Browser: https://salsa.debian.org/python-team/packages/yq X-Style: black Package: yq Architecture: all Multi-Arch: foreign Depends: jq, ${misc:Depends}, ${python3:Depends}, Description: Command-line YAML processor - jq wrapper for YAML documents yq transcodes YAML documents to JSON and passes them to jq. The package also includes xq, which transcodes XML to JSON using xmltodict and pipes it to jq, and tomlq, which uses the toml library to transcode TOML to JSON, then pipes it to jq