1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: jc
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools,
python3-all, python3-xmltodict, python3-ruamel.yaml,
python3-pygments
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/kellyjonbrazil/jc
Vcs-Browser: https://salsa.debian.org/python-team/packages/jc
Vcs-Git: https://salsa.debian.org/python-team/packages/jc.git
Package: jc
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: JSON CLI output utility
jc JSONifies the output of many CLI tools and file-types for easier parsing
in scripts. This allows further command-line processing of output by piping
commands.
|