8000 Updating README · ejhayes/python-jsonpath-rw@2af7dd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2af7dd8

Browse files
author
Cooper Benson
committed
Updating README
1 parent 90cb7c5 commit 2af7dd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/kennknowles/python-jsonpath-rw
66
|Build Status| |Test coverage| |PyPi version| |PyPi downloads|
77

88
This library provides a robust and significantly extended implementation
9-
of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3.
9+
of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, and 3.6.
1010
*(On travis-ci there is a segfault when running the tests with pypy; I don't think the problem lies with this library)*.
1111

1212
This library differs from other JSONPath implementations in that it is a
@@ -51,7 +51,7 @@ Then:
5151
>>> [match.value for match in parse('a.*.b.`parent`.c').find({'a': {'x': {'b': 1, 'c': 'number one'}, 'y': {'b': 2, 'c': 'number two'}}})]
5252
['number two', 'number one']
5353
54-
# You can also build expressions directly quite easily
54+
# You can also build expressions directly quite easily
5555
>>> from jsonpath_rw.jsonpath import Fields
5656
>>> from jsonpath_rw.jsonpath import Slice
5757
@@ -205,7 +205,7 @@ This package is authored and maintained by:
205205

206206
- `Kenn Knowles <https://github.com/kennknowles>`__
207207
(`@kennknowles <https://twitter.com/KennKnowles>`__)
208-
208+
209209
with the help of patches submitted by `these contributors <https://github.com/kennknowles/python-jsonpath-rw/graphs/contributors>`__.
210210

211211
Copyright and License

0 commit comments

Comments
 (0)
0