Index: third_party/simplejson/PKG-INFO |
diff --git a/third_party/simplejson/PKG-INFO b/third_party/simplejson/PKG-INFO |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7a7b06b575bf82898519ff93803c6c84a6a96a18 |
--- /dev/null |
+++ b/third_party/simplejson/PKG-INFO |
@@ -0,0 +1,29 @@ |
+Metadata-Version: 1.0 |
+Name: simplejson |
+Version: 2.1.0 |
+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 |