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 36 37 38
|
Source: yq
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christoph Martin <martin@uni-mainz.de>,
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
|