1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: jsonpipe
Maintainer: Dominique Belhachemi <domibel@debian.org>
Section: python
Priority: optional
Build-Depends: cdbs (>=0.4.90), debhelper (>= 8), python-setuptools, python-all (>=2.6.6-3)
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/jsonpipe
Package: python-jsonpipe
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.7) | python-argparse (>= 1.1), python-calabash, python-pkg-resources
Provides: ${python:Provides}
Description: Convert JSON to a UNIX-friendly line-based format
jsonpipe traverses a JSON object and produces a simple, line-based textual
format which can be processed by all your UNIX favourites like grep, sed,
awk, cut and diff. It may also be valuable within
programming languages---in fact, it was originally conceived as a way of
writing simple test assertions against JSON output without coupling the tests
too closely to the specific structure used.
|