We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d875b9e commit c67f80fCopy full SHA for c67f80f
README.rst
@@ -6,6 +6,12 @@ yajl-py
6
.. image:: https://travis-ci.org/pykler/yajl-py.png?branch=master
7
:target: https://travis-ci.org/pykler/yajl-py
8
9
+.. image:: https://pypip.in/v/yajl-py/badge.png
10
+ :target: https://crate.io/packages/yajl-py/#info
11
+
12
+.. image:: https://pypip.in/d/yajl-py/badge.png
13
14
15
`yajl-py` is a Pure Python wrapper (implemented using
16
ctypes) to the excellent Yajl (Yet Another JSON Library) C
17
library.
0 commit comments