summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn.knowles@gmail.com>2013-12-18 10:56:31 -0500
committerKenn Knowles <kenn.knowles@gmail.com>2013-12-18 10:56:31 -0500
commit69ae5ed92c4fda34cf85c1e9ee00873a409ac95d (patch)
tree6edf6078a03d2a63800fec08bfdc17a9cf74cb1c
parent3364ec96a6b0132be6ac36615192eed275b66afc (diff)
parentde922de281c68392b5ca94a2aaa3759776ede027 (diff)
downloadjsonpath-rw-69ae5ed92c4fda34cf85c1e9ee00873a409ac95d.tar.gz
Merge branch 'master' of github.com:kennknowles/python-jsonpath-rw
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dfe89de..45e4ec9 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@ https://github.com/kennknowles/python-jsonpath-rw
|Build Status| |Test coverage| |PyPi version| |PyPi downloads|
This library provides a robust and significantly extended implementation
-of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3.
+of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy.
This library differs from other JSONPath implementations in that it is a
full *language* implementation, meaning the JSONPath expressions are
@@ -185,8 +185,12 @@ cause a failure.
Contributors
------------
+This package is authored and maintained by:
+
- `Kenn Knowles <https://github.com/kennknowles>`__
(`@kennknowles <https://twitter.com/KennKnowles>`__)
+
+with the help of patches submitted by `these contributors <https://github.com/kennknowles/python-jsonpath-rw/graphs/contributors>`__.
Copyright and License
---------------------