jsonpickle 0.4.0-1build1 source package in Ubuntu

Changelog

jsonpickle (0.4.0-1build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:04:19 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jsonpickle_0.4.0.orig.tar.gz 24.8 KiB 546cd22d361ef7019f60e2fb6dd032c1e78d731fac962bda7c15806e6c0285a8
jsonpickle_0.4.0-1build1.diff.gz 2.2 KiB c8d84a9f9a62badc3ffe779817b830b452f83d0abfb3c49084fe1e728bb292f9
jsonpickle_0.4.0-1build1.dsc 1.4 KiB dc61c831aa75261f4f7938be3253123f515870098cb55c37fccb7079c5721786

Available diffs

View changes file

Binary packages built by this source

python-jsonpickle: Python library for serializing object graphs into JSON (Python 2)

 jsonpickle is a Python library for serialization and deserialization of
 complex Python objects to and from JSON. The standard Python libraries for
 encoding Python into JSON, such as the stdlib’s json, simplejson, and
 demjson, can only handle Python primitives that have a direct JSON
 equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
 top of these libraries and allows more complex data structures to be
 serialized to JSON. jsonpickle is highly configurable and
 extendable–allowing the user to choose the JSON backend and add additional
 backends.
 .
 This is the Python 2 version of the package.