simplejson 2.3.0-1 source package in Ubuntu

Changelog

simplejson (2.3.0-1) unstable; urgency=low

  * New upstream release
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  19 Dec 2011 11:05:55 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
simplejson_2.3.0.orig.tar.gz 48.9 KiB dc026631646d32fda40be754484c67918617db37f517547462aa58ae5d159d34
simplejson_2.3.0-1.debian.tar.gz 4.7 KiB e53a8922bdaa244f4a3d06b47c9ce7022f497da951b2e6bab867a62cbb804d31
simplejson_2.3.0-1.dsc 2.0 KiB 52a21f2fd16856e7482f7329ddf74a18c185d3c42bca1e5a4c561d9a41945818

Available diffs

View changes file

Binary packages built by this source

python-simplejson: simple, fast, extensible JSON encoder/decoder for Python

 simplejson is a simple, fast, complete, correct and extensible JSON
 <http://json.org> encoder and decoder.
 .
 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).
 .
 simplejson is the externally maintained development version of the json
 library included with Python 2.6 and Python 3.0, but maintains backwards
 compatibility with Python 2.5.