aboutsummaryrefslogblamecommitdiff
path: root/devel/py-pyjq/pkg-descr
blob: 2ddbbe75c2969342e905aacaf64423dbd4d091cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                               
pyjq is a Python bindings for jq (http://stedolan.github.io/jq/).

    jq is like sed for JSON data - you can use it to slice and filter and map
    and transform structured data with the same ease that sed, awk, grep and
    friends let you play with text.

    http://stedolan.github.io/jq/

You can seamlessly call jq script (like regular expression) and process a plain
python data structure.

For your information, https://pypi.python.org/pypi/jq is a also jq bindings but
different and incompatible with pyjq.

WWW: https://github.com/doloopwhile/pyjq