Skip to content

Commit ed111f6

Browse files
committed
Adding contributors to README.
1 parent 7cff513 commit ed111f6

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2009, 2010
1+
Copyright © 2009, 2010, 2011, 2012, 2013
22

33
Hatem Nassrat
44

README.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1919
ctypes) to the excellent Yajl (Yet Another JSON Library) C
2020
library.
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
2323
files, which enables the parsing of large files, that would
2424
not fit in memory.
2525

2626
Dependencies
2727
------------
2828

2929
- python 2.6 (or compatible)
30-
- yajl (from http://lloyd.github.com/yajl/)
30+
- `yajl <http://lloyd.github.com/yajl/>`_
3131

3232
To 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

3838
Install
3939
-------
@@ -54,4 +54,13 @@ Usage
5454
-----
5555

5656
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

Comments
 (0)