python-serializable 0.2.1+ds-2 source package in Ubuntu

Changelog

python-serializable (0.2.1+ds-2) unstable; urgency=medium

  * Team upload.
    (Source-only upload for testing migration)

 -- Nilesh Patra <email address hidden>  Thu, 19 Aug 2021 16:26:42 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-serializable_0.2.1+ds-2.dsc 2.2 KiB f97c28df5d75aa8598f65cc76c2bda90097ed25cbd6d57b1176ac7b5b4efee22
python-serializable_0.2.1+ds.orig.tar.xz 7.7 KiB c334f1a3a338bfee5ef590e299e3eb31d0e5ce0866cd783f31cbfb5b804c9287
python-serializable_0.2.1+ds-2.debian.tar.xz 2.3 KiB 272825a7d938d1449b670f9b2ec544544fd6a187c86254992a6c934be7f90eb5

No changes file available.

Binary packages built by this source

python3-serializable: base class with serialization methods

 "Serialisation" refers to the transformation of objects into
 a bitstream and back into the original structure. The idea
 expressed by this class has a direct analogy to Java:
 A method is declared thattransform the object into, e.g., a
 JSON formatted file. Another method knows how to reinstantiate
 the object from that output.