aboutsummaryrefslogtreecommitdiff
path: root/python/simplejson/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2011-06-19 10:43:02 -0400
committerRobby Workman <rworkman@slackbuilds.org>2011-06-19 23:17:06 -0500
commit8f1a53e3e5c10068d24de87c3b825199182b5932 (patch)
tree266cf9086cb291e8f1bd49e9b2dfd61eb5dfda0c /python/simplejson/README
parent54b61ec21591ae7676c60a8f3f239323c8983513 (diff)
downloadslackbuilds-8f1a53e3e5c10068d24de87c3b825199182b5932.tar.xz
libraries/simplejson: Moved to python.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/simplejson/README')
-rw-r--r--python/simplejson/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/simplejson/README b/python/simplejson/README
new file mode 100644
index 000000000000..76e0696fda06
--- /dev/null
+++ b/python/simplejson/README
@@ -0,0 +1,7 @@
+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.
+
+Requires pysetuptools.