@@ -15,25 +15,25 @@ yajl-py
1515.. image :: https://pypip.in/d/yajl-py/badge.png
1616 :target: https://crate.io/packages/yajl-py/#info
1717
18- `yajl-py ` is a Pure Python wrapper (implemented using
18+ `` yajl-py ` ` is a Pure Python wrapper (implemented using
1919ctypes) to the excellent Yajl (Yet Another JSON Library) C
2020library.
2121
22- `yajl ` and `yajl-py `, allow for fast stream parsing of JSON
22+ `` yajl `` and `` yajl-py ` `, allow for fast stream parsing of JSON
2323files, which enables the parsing of large files, that would
2424not fit in memory.
2525
2626Dependencies
2727------------
2828
2929 - python 2.6 (or compatible)
30- - yajl (from http://lloyd.github.com/yajl/)
30+ - ` yajl < http://lloyd.github.com/yajl/ >`_
3131
3232To run the tests you also require:
3333
34- - make (to run `make test `)
35- - nose (debian package == `python-nose `)
36- - MiniMockTest (`pip install minimocktest `)
34+ - make (to run `` make test ` `)
35+ - nose (debian package == `` python-nose ` `)
36+ - MiniMockTest (`` pip install minimocktest ` `)
3737
3838Install
3939-------
5454-----
5555
5656The examples directory contains full featured JSON Parsers built using
57- `yajl ` and `yajl-py `. See `examples/README.rst ` for more info.
57+ ``yajl `` and ``yajl-py ``. See `examples/README.rst <examples/ >`_ for more info.
58+
59+ Contributions
60+ -------------
61+
62+ The following people provided valuable contributions to this library:
63+
64+ * `Peter Dobcsanyi `
65+ * `Charles Gordon <https://github.com/cgordon >`_
66+ * `Christopher Reighley <https://github.com/reighley-christopher >`_
0 commit comments