diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 20:19:32 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 20:19:32 +0000 |
commit | 3fccca99f7ef36f7e1fce649094cac1944cb11c0 (patch) | |
tree | 4df52a7511ff9848a16022e6a2a5d3c6b6f47e8e /third_party/simplejson/PKG-INFO | |
parent | 5a826acc884444c6cfa3a26adc89fe9cac99749e (diff) | |
download | chromium_src-3fccca99f7ef36f7e1fce649094cac1944cb11c0.zip chromium_src-3fccca99f7ef36f7e1fce649094cac1944cb11c0.tar.gz chromium_src-3fccca99f7ef36f7e1fce649094cac1944cb11c0.tar.bz2 |
Rolling back 22300.
Messy deps...
BUG=None
TEST=None
TBR=rafaelw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/simplejson/PKG-INFO')
-rwxr-xr-x | third_party/simplejson/PKG-INFO | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/third_party/simplejson/PKG-INFO b/third_party/simplejson/PKG-INFO deleted file mode 100755 index 2f61766e..0000000 --- a/third_party/simplejson/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 |