22yajl-py
33=======
44
5- `yajl-py ` is a Pure Python wrapper (implemented using
5+
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://coveralls.io/repos/pykler/yajl-py/badge.png
10+ :target: https://coveralls.io/r/pykler/yajl-py
11+
12+ .. image :: https://pypip.in/v/yajl-py/badge.png
13+ :target: https://crate.io/packages/yajl-py/#info
14+
15+ .. image :: https://pypip.in/d/yajl-py/badge.png
16+ :target: https://crate.io/packages/yajl-py/#info
17+
18+ .. image :: https://requires.io/github/pykler/yajl-py/requirements.png?branch=master
19+ :target: https://requires.io/github/pykler/yajl-py/requirements/?branch=master
20+
21+ ``yajl-py `` is a Pure Python wrapper (implemented using
622ctypes) to the excellent Yajl (Yet Another JSON Library) C
723library.
824
9- `yajl ` and `yajl-py `, allow for fast stream parsing of JSON
25+ `` yajl `` and `` yajl-py ` `, allow for fast stream parsing of JSON
1026files, which enables the parsing of large files, that would
1127not fit in memory.
1228
1329Dependencies
1430------------
1531
1632 - python 2.6 (or compatible)
17- - yajl (from http://lloyd.github.com/yajl/)
33+ - ` yajl < http://lloyd.github.com/yajl/ >`_
1834
1935To run the tests you also require:
2036
21- - make (to run `make test `)
22- - nose (debian package == `python-nose `)
23- - MiniMockTest (`pip install minimocktest `)
37+ - make (to run `` make test ` `)
38+ - nose (debian package == `` python-nose ` `)
39+ - MiniMockTest (`` pip install minimocktest ` `)
2440
2541Install
2642-------
@@ -31,10 +47,23 @@ From within the current directory run::
3147
3248 - OR Alternatively -
3349
34- easy_install .
50+ pip install .
51+
52+ To install from pypi::
53+
54+ pip install yajl-py
3555
3656Usage
3757-----
3858
3959The examples directory contains full featured JSON Parsers built using
40- `yajl ` and `yajl-py `. See `examples/README.rst ` for more info.
60+ ``yajl `` and ``yajl-py ``. See `examples/README.rst <examples/ >`_ for more info.
61+
62+ Contributions
63+ -------------
64+
65+ The following people provided valuable contributions to this library:
66+
67+ * `Peter Dobcsanyi `
68+ * `Charles Gordon <https://github.com/cgordon >`_
69+ * `Christopher Reighley <https://github.com/reighley-christopher >`_
0 commit comments