summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn.knowles@gmail.com>2013-05-22 17:20:32 -0400
committerKenn Knowles <kenn.knowles@gmail.com>2013-05-22 17:20:32 -0400
commitc37332615e5af268eeb104e476cbaf4d1eaedf5c (patch)
treeb4acb77b55e30cd0c668dedfb3f850a374916552
parent07b51d48a4e4c9c5df504a435533dc290b8babce (diff)
downloadjsonpath-rw-c37332615e5af268eeb104e476cbaf4d1eaedf5c.tar.gz
README badges
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d44833c..ba94760 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@ Python JSONPath RW
https://github.com/kennknowles/python-jsonpath-rw
-[![Build Status](https://travis-ci.org/kennknowles/python-jsonpath-rw.png)](https://travis-ci.org/kennknowles/python-jsonpath-rw)
+[![Build Status](https://travis-ci.org/kennknowles/python-jsonpath-rw.png?branch=master)](https://travis-ci.org/kennknowles/python-jsonpath-rw)
+[![Test coverage](https://coveralls.io/repos/kennknowles/python-jsonpath-rw/badge.png?branch=master)](https://coveralls.io/r/kennknowles/python-jsonpath-rw)
+[![PyPi version](https://pypip.in/v/jsonpath-rw/badge.png)](https://pypi.python.org/pypi/jsonpath-rw)
+[![PyPi downloads](https://pypip.in/d/jsonpath-rw/badge.png)](https://pypi.python.org/pypi/jsonpath-rw)
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.