Skip to content

Commit e7e806d

Browse files
authored
add badges
1 parent c15a6b6 commit e7e806d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
ReJSON Python Client
22
====================
33

4+
.. image:: https://img.shields.io/github/license/RediSearch/redisearch-py.svg
5+
:target: https://github.com/RediSearch/redisearch-py-go
6+
47
.. image:: https://travis-ci.org/RedisLabs/rejson-py.svg?branch=master
58
:target: https://travis-ci.org/RedisLabs/rejson-py
69

7-
.. image:: https://coveralls.io/repos/github/RedisLabs/rejson-py/badge.svg?branch=master
8-
:target: https://coveralls.io/github/RedisLabs/rejson-py?branch=master
10+
.. image:: https://badge.fury.io/py/rejson.svg
11+
:target: https://badge.fury.io/py/rejson
912

1013
.. image:: https://img.shields.io/pypi/pyversions/rejson.svg
1114
:target: https://github.com/RedisLabs/rejson-py
1215

1316
.. image:: https://img.shields.io/github/release/RedisLabs/rejson-py.svg
1417
:target: https://github.com/RedisLabs/rejson-py/releases/latest
1518

19+
.. image:: https://coveralls.io/repos/github/RedisLabs/rejson-py/badge.svg?branch=master
20+
:target: https://coveralls.io/github/RedisLabs/rejson-py?branch=master
21+
1622
rejson-py is a package that allows storing, updating and querying objects as
1723
JSON documents in a `Redis`_ database that is extended with the
1824
`ReJSON module`_. The package extends

0 commit comments

Comments
 (0)