summaryrefslogtreecommitdiffstats
path: root/third_party/simplejson/simplejson.egg-info/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/simplejson/simplejson.egg-info/PKG-INFO')
-rwxr-xr-xthird_party/simplejson/simplejson.egg-info/PKG-INFO29
1 files changed, 0 insertions, 29 deletions
diff --git a/third_party/simplejson/simplejson.egg-info/PKG-INFO b/third_party/simplejson/simplejson.egg-info/PKG-INFO
deleted file mode 100755
index 2f61766e..0000000
--- a/third_party/simplejson/simplejson.egg-info/PKG-INFO
+++ /dev/null
@@ -1,29 +0,0 @@
-Metadata-Version: 1.0
-Name: simplejson
-Version: 2.0.9
-Summary: Simple, fast, extensible JSON encoder/decoder for Python
-Home-page: http://undefined.org/python/#simplejson
-Author: Bob Ippolito
-Author-email: bob@redivi.com
-License: MIT License
-Description:
- 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 with no dependencies, but includes an optional C
- extension for a serious speed boost.
-
- simplejson was formerly known as simple_json, but changed its name to
- comply with PEP 8 module naming guidelines.
-
- The encoder may be subclassed to provide serialization in any kind of
- situation, without any special support by the objects to be serialized
- (somewhat like pickle).
-
- The decoder can handle incoming JSON strings of any specified encoding
- (UTF-8 by default).
-
-Platform: any
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development :: Libraries :: Python Modules