python-serializable 0.4.1+ds-2 source package in Ubuntu
Changelog
python-serializable (0.4.1+ds-2) unstable; urgency=medium * Team upload. * Patch-out usage of simplejson -- Alexandre Detiste <email address hidden> Fri, 17 Jan 2025 16:47:45 +0100
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 | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | misc | |
| Questing | release | universe | misc | |
| Plucky | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-serializable_0.4.1+ds-2.dsc | 2.2 KiB | 4a60e3a84c297f0444f68a6cfcc1361e1c45b9c6af0fd8e2b5513fc2d83de8a8 |
| python-serializable_0.4.1+ds.orig.tar.xz | 11.1 KiB | 8ad1dc562af65dbd20f695f6dcb0afae74debdd235c56a235c476ae8a842a18c |
| python-serializable_0.4.1+ds-2.debian.tar.xz | 2.7 KiB | 8f75f9ed1e9f761ec5892746afa7a356a223ce4d6613533bc72eded153105532 |
Available diffs
- diff from 0.4.1+ds-1 to 0.4.1+ds-2 (839 bytes)
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.
