jsonpickle 3.2.1+dfsg-1 source package in Ubuntu

Changelog

jsonpickle (3.2.1+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Tue, 18 Jun 2024 18:24:24 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpickle_3.2.1+dfsg-1.dsc 2.6 KiB 7957ba1a7634d97c529992d9c58ca7482a2ac38b1fd231945230e9515e723858
jsonpickle_3.2.1+dfsg.orig.tar.xz 162.3 KiB 831e68de2726d131d57f9f1d319aa7e245289cf3471c9ee0c7d20b70a1ee4a56
jsonpickle_3.2.1+dfsg-1.debian.tar.xz 5.9 KiB 7ca6a740a6d79e53b669f70226a8fdcb516f9d1c80dc672ff92ac8981ab5a4ae

Available diffs

No changes file available.

Binary packages built by this source

python-jsonpickle-doc: Serialize any Python object to JSON (documentation)

 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 documentation package.

python3-jsonpickle: Serialize any Python object to JSON (Python 3)

 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 3 version of the package.