summaryrefslogtreecommitdiffstats
path: root/libraries/simplejson/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-03-22 02:38:35 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 14:27:17 +0200
commit9d295ae5e207d4a4acea7bbeafdba8353c793417 (patch)
treeb7229f9f0fe758f93e6a885f633e62cede881780 /libraries/simplejson/README
parent63138397d0d5327e8a7885e792c000fd099f8b53 (diff)
downloadslackbuilds-9d295ae5e207d4a4acea7bbeafdba8353c793417.tar.gz
slackbuilds-9d295ae5e207d4a4acea7bbeafdba8353c793417.tar.xz
libraries/simplejson: Updated for version 2.1.0.
Diffstat (limited to 'libraries/simplejson/README')
-rw-r--r--libraries/simplejson/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README
index b8737dfcde..76e0696fda 100644
--- a/libraries/simplejson/README
+++ b/libraries/simplejson/README
@@ -1,5 +1,7 @@
-simplejson is a simple, fast, complete, correct and extensible JSON
-encoder and decoder for Python. It is pure Python code but includes
-an optional C extension for a serious speed boost.
+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.
-This requires pysetuptools.
+Requires pysetuptools.