summaryrefslogtreecommitdiff
path: root/python/simplejson/README
diff options
context:
space:
mode:
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 0000000000..76e0696fda
--- /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.