@@ -15,25 +15,25 @@ yajl-py
15
15
.. image :: https://pypip.in/d/yajl-py/badge.png
16
16
:target: https://crate.io/packages/yajl-py/#info
17
17
18
- `yajl-py ` is a Pure Python wrapper (implemented using
18
+ `` yajl-py ` ` is a Pure Python wrapper (implemented using
19
19
ctypes) to the excellent Yajl (Yet Another JSON Library) C
20
20
library.
21
21
22
- `yajl ` and `yajl-py `, allow for fast stream parsing of JSON
22
+ `` yajl `` and `` yajl-py ` `, allow for fast stream parsing of JSON
23
23
files, which enables the parsing of large files, that would
24
24
not fit in memory.
25
25
26
26
Dependencies
27
27
------------
28
28
29
29
- python 2.6 (or compatible)
30
- - yajl (from http://lloyd.github.com/yajl/)
30
+ - ` yajl < http://lloyd.github.com/yajl/ >`_
31
31
32
32
To run the tests you also require:
33
33
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 ` `)
37
37
38
38
Install
39
39
-------
54
54
-----
55
55
56
56
The 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