aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pyjq/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pyjq/pkg-descr')
-rw-r--r--devel/py-pyjq/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/py-pyjq/pkg-descr b/devel/py-pyjq/pkg-descr
deleted file mode 100644
index 717eb027d0c3..000000000000
--- a/devel/py-pyjq/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-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.