diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-06-19 10:43:02 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-19 23:17:06 -0500 |
commit | 8f1a53e3e5c10068d24de87c3b825199182b5932 (patch) | |
tree | 266cf9086cb291e8f1bd49e9b2dfd61eb5dfda0c /python/simplejson/README | |
parent | 54b61ec21591ae7676c60a8f3f239323c8983513 (diff) | |
download | slackbuilds-8f1a53e3e5c10068d24de87c3b825199182b5932.tar.gz |
libraries/simplejson: Moved to python.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/simplejson/README')
-rw-r--r-- | python/simplejson/README | 7 |
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. |