diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-03-16 10:03:39 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:48 -0400 |
commit | 6a3c5091a4dbd5fe56f55601822dcd3164d4f10f (patch) | |
tree | b71a4432730ef4bb746cbba3513d76588ffa5271 /python/simplejson/README | |
parent | 4d55ce925efc264abd4a780d21d9a117ac6a1a21 (diff) | |
download | slackbuilds-6a3c5091a4dbd5fe56f55601822dcd3164d4f10f.tar.gz |
python/simplejson: Updated for version 3.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/simplejson/README')
-rw-r--r-- | python/simplejson/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index 8abe9b51e7..d780eb9722 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -1,5 +1,6 @@ -Simple, fast, extensible JSON encoder/decoder for Python. -simplejson is a simple, fast, complete, correct and extensible -JSON <http://json.org> encoder and decoder for Python 2.4+. -It is pure Python code, but includes an optional C extension -for a serious speed boost. +Simplejson is a simple, fast, complete, correct and extensible JSON +<http://json.org> encoder and decoder for Python 2.5+ and Python 3.3+. It is +pure Python code with no dependencies, but includes an optional C extension for +a serious speed boost. + +Optional documentation can be built if Sphinx and Pygments are installed. |