Skip to content

Commit 408f575

Browse files
committed
Updated desc of yajl and yajl-py
1 parent 65ecd30 commit 408f575

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ yajl-py
66
ctypes) to the excellent Yajl (Yet Another JSON Library) C
77
library.
88

9+
`yajl` and `yajl-py`, allow for fast stream parsing of JSON
10+
files, which enables the parsing of large files, that would
11+
not fit in memory.
12+
913
Dependencies
1014
------------
1115

1216
- python 2.6 (or compatible)
13-
- yajl (from http://lloydforge.org/projects/yajl/)
17+
- yajl (from http://lloyd.github.com/yajl/)
1418

1519
To run the tests you also require:
1620

doc/source/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Welcome to Yajl-Py's documentation!
44
`yajl-py <http://github.com/pykler/yajl-py>`_ is a pure python wrapper
55
to the `yajl <http://lloyd.github.com/yajl/>`_ C Library.
66

7+
`yajl` and `yajl-py`, allow for fast stream parsing of JSON
8+
files. This enables the parsing of large files, that would
9+
otherwise be un-parsable as they would not fit in memory.
10+
711
Description
812
-----------
913

0 commit comments

Comments
 (0)