Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/simplejson/PKG-INFO

Issue 1105007: Add simplejson 2.1.0 and use it when it's not already installed. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/simplejson/LICENSE.txt ('k') | third_party/simplejson/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/simplejson/LICENSE.txt ('k') | third_party/simplejson/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698