1
- Python JSONPath Next-Generation
2
- ===============================
1
+ Python JSONPath Next-Generation | Build Status | | PyPI | | Coverage Status | | PyPi downloads |
2
+ ========================================================================================
3
3
4
- A final implementation of JSONPath for Python, including arithmetic
4
+ A final implementation of JSONPath for Python that aims to be standard compliant , including arithmetic
5
5
and binary comparison operators, as defined in the original `JSONPath proposal `_.
6
6
7
7
This packages merges both `jsonpath-rw `_ and `jsonpath-rw-ext `_ and
@@ -23,11 +23,15 @@ Quick Start
23
23
24
24
To install, use pip:
25
25
26
- ::
26
+ .. code :: bash
27
27
28
28
$ pip install --upgrade jsonpath-ng
29
29
30
- Then:
30
+
31
+ Usage
32
+ -----
33
+
34
+ Basic examples:
31
35
32
36
.. code :: python
33
37
@@ -286,13 +290,15 @@ This package is authored and maintained by:
286
290
287
291
- `Kenn Knowles <https://github.com/kennknowles >`__
288
292
(`@kennknowles <https://twitter.com/KennKnowles >`__)
293
+ - `Tomas Aparicio <https://github.com/h2non> `
289
294
290
295
with the help of patches submitted by `these contributors <https://github.com/kennknowles/python-jsonpath-ng/graphs/contributors >`__.
291
296
292
297
Copyright and License
293
298
---------------------
294
299
295
300
Copyright 2013 - Kenneth Knowles
301
+
296
302
Copyright 2017 - Tomas Aparicio
297
303
298
304
Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -313,11 +319,13 @@ limitations under the License.
313
319
.. _`jsonpath-rw` : https://github.com/kennknowles/python-jsonpath-rw
314
320
.. _`jsonpath-rw-ext` : https://pypi.python.org/pypi/jsonpath-rw-ext/
315
321
316
- .. |Build Status | image :: https://travis-ci.org/kennknowles/python-jsonpath-ng.png?branch=master
317
- :target: https://travis-ci.org/kennknowles/python-jsonpath-ng
318
- .. |Test coverage | image :: https://coveralls.io/repos/kennknowles/python-jsonpath-ng/badge.png?branch=master
319
- :target: https://coveralls.io/r/kennknowles/python-jsonpath-ng
320
- .. |PyPi version | image :: https://pypip.in/v/jsonpath-ng/badge.png
321
- :target: https://pypi.python.org/pypi/jsonpath-ng
322
322
.. |PyPi downloads | image :: https://pypip.in/d/jsonpath-ng/badge.png
323
323
:target: https://pypi.python.org/pypi/jsonpath-ng
324
+ .. |Build Status | image :: https://travis-ci.org/h2non/jsonpath-ng.svg?branch=master
325
+ :target: https://travis-ci.org/h2non/jsonpath-ng
326
+ .. |PyPI | image :: https://img.shields.io/pypi/v/jsonpath-ng.svg?maxAge=2592000?style=flat-square
327
+ :target: https://pypi.python.org/pypi/jsonpath-ng
328
+ .. |Coverage Status | image :: https://coveralls.io/repos/github/h2non/jsonpath-ng/badge.svg?branch=master
329
+ :target: https://coveralls.io/github/h2non/jsonpath-ng?branch=master
330
+ .. |Documentation Status | image :: https://img.shields.io/badge/docs-latest-green.svg?style=flat
331
+ :target: http://jsonpath-ng.readthedocs.io/en/latest/?badge=latest
0 commit comments