Skip to content

Commit d3bb247

Browse files
committed
Adding some badges to yajl-py
1 parent 578acfe commit d3bb247

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

README.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,26 @@ yajl-py
33
=======
44

55

6-
.. image:: https://travis-ci.org/pykler/yajl-py.png?branch=master
7-
:target: https://travis-ci.org/pykler/yajl-py
6+
.. image:: https://img.shields.io/travis/pykler/yajl-py.svg
7+
:target: https://travis-ci.org/pykler/yajl-py
88

9-
.. image:: https://coveralls.io/repos/pykler/yajl-py/badge.png
10-
:target: https://coveralls.io/r/pykler/yajl-py
9+
.. image:: https://img.shields.io/coveralls/pykler/yajl-py.svg
10+
:target: https://coveralls.io/r/pykler/yajl-py
11+
12+
.. image:: https://img.shields.io/pypi/v/yajl-py.svg
13+
:target: https://pypi.python.org/pypi/yajl-py
14+
15+
.. image:: https://img.shields.io/github/issues/pykler/yajl-py.svg?maxAge=86400
16+
:target: https://github.com/pykler/yajl-py/issues
17+
18+
.. image:: https://img.shields.io/github/forks/pykler/yajl-py.svg?style=social
19+
:target: https://github.com/pykler/yajl-py
20+
21+
.. image:: https://img.shields.io/github/stars/pykler/yajl-py.svg?style=social
22+
:target: https://github.com/pykler/yajl-py
23+
24+
.. image:: https://img.shields.io/github/watchers/pykler/yajl-py.svg?style=social
25+
:target: https://github.com/pykler/yajl-py/subscription
1126

1227
``yajl-py`` is a Pure Python wrapper (implemented using
1328
ctypes) to the excellent Yajl (Yet Another JSON Library) C

doc/source/index.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
Yajl-Py documentation
22
=====================
33

4-
.. image:: https://travis-ci.org/pykler/yajl-py.png?branch=master
5-
:target: https://travis-ci.org/pykler/yajl-py
4+
.. image:: https://img.shields.io/travis/pykler/yajl-py.svg
5+
:target: https://travis-ci.org/pykler/yajl-py
66

7-
.. image:: https://coveralls.io/repos/pykler/yajl-py/badge.png
8-
:target: https://coveralls.io/r/pykler/yajl-py
7+
.. image:: https://img.shields.io/coveralls/pykler/yajl-py.svg
8+
:target: https://coveralls.io/r/pykler/yajl-py
9+
10+
.. image:: https://img.shields.io/pypi/v/yajl-py.svg
11+
:target: https://pypi.python.org/pypi/yajl-py
12+
13+
.. image:: https://img.shields.io/github/issues/pykler/yajl-py.svg?maxAge=86400
14+
:target: https://github.com/pykler/yajl-py/issues
15+
16+
.. image:: https://img.shields.io/github/forks/pykler/yajl-py.svg?style=social
17+
:target: https://github.com/pykler/yajl-py
18+
19+
.. image:: https://img.shields.io/github/stars/pykler/yajl-py.svg?style=social
20+
:target: https://github.com/pykler/yajl-py
21+
22+
.. image:: https://img.shields.io/github/watchers/pykler/yajl-py.svg?style=social
23+
:target: https://github.com/pykler/yajl-py/subscription
924

1025
`yajl-py <http://github.com/pykler/yajl-py>`_ is a pure python wrapper
1126
to the `yajl <http://lloyd.github.com/yajl/>`_ C Library.

0 commit comments

Comments
 (0)