8000 README badges · jeremydw/python-jsonpath-rw@c373326 · GitHub
[go: up one dir, main page]

Skip to content

Commit c373326

Browse files
committed
README badges
1 parent 07b51d4 commit c373326

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Python JSONPath RW
33

44
https://github.com/kennknowles/python-jsonpath-rw
55

6-
[![Build Status](https://travis-ci.org/kennknowles/python-jsonpath-rw.png)](https://travis-ci.org/kennknowles/python-jsonpath-rw)
6+
[![Build Status](https://travis-ci.org/kennknowles/python-jsonpath-rw.png?branch=master)](https://travis-ci.org/kennknowles/python-jsonpath-rw)
7+
[![Test coverage](https://coveralls.io/repos/kennknowles/python-jsonpath-rw/badge.png?branch=master)](https://coveralls.io/r/kennknowles/python-jsonpath-rw)
8+
[![PyPi version](https://pypip.in/v/jsonpath-rw/badge.png)](https://pypi.python.org/pypi/jsonpath-rw)
9+
[![PyPi downloads](https://pypip.in/d/jsonpath-rw/badge.png)](https://pypi.python.org/pypi/jsonpath-rw)
710

811
This library provides a robust and significantly extended implementation of JSONPath for Python.
912
It is tested with Python 2.6, 2.7, 3.2, and 3.3.

0 commit comments

Comments
 (0)
0