File: control

package info (click to toggle)
jc 1.25.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 101,104 kB
  • sloc: python: 70,400; sh: 724; xml: 278; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 834 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
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.7.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.