summaryrefslogtreecommitdiffstats
path: root/libraries/simplejson/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-05-12 23:31:26 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:31:26 +0200
commit1dc80bd33417cac203b6ea1834d943c191c459de (patch)
tree40349b236c5413fcd2742608203e7b1792a0e44d /libraries/simplejson/README
parent59ee3d7fb3a6a25118f3a004fb42ef8e9e8c9421 (diff)
downloadslackbuilds-1dc80bd33417cac203b6ea1834d943c191c459de.tar.gz
slackbuilds-1dc80bd33417cac203b6ea1834d943c191c459de.tar.xz
libraries/simplejson: Added to 12.2 repository
Diffstat (limited to 'libraries/simplejson/README')
-rw-r--r--libraries/simplejson/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README
new file mode 100644
index 0000000000..42d514dffb
--- /dev/null
+++ b/libraries/simplejson/README
@@ -0,0 +1,6 @@
+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. \ No newline at end of file