File tree Expand file tree Collapse file tree 2 files changed +38
-8
lines changed Expand file tree Collapse file tree 2 files changed +38
-8
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,26 @@ yajl-py
3
3
=======
4
4
5
5
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
8
8
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
11
26
12
27
``yajl-py `` is a Pure Python wrapper (implemented using
13
28
ctypes) to the excellent Yajl (Yet Another JSON Library) C
Original file line number Diff line number Diff line change 1
1
Yajl-Py documentation
2
2
=====================
3
3
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
6
6
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
9
24
10
25
`yajl-py <http://github.com/pykler/yajl-py >`_ is a pure python wrapper
11
26
to the `yajl <http://lloyd.github.com/yajl/ >`_ C Library.
You can’t perform that action at this time.
0 commit comments