hickle 5.0.3-1 source package in Ubuntu

Changelog

hickle (5.0.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop all Debian patches. Fixes have been merged or implemented upstream.

 -- Edward Betts <edward@4angle.com>  Sun, 31 Mar 2024 17:41:38 +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 Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hickle_5.0.3-1.dsc 2.2 KiB 15c719e07d7faf7197491413f9cb80f7f91be6c5763b44410d5f14676f1b3cb9
hickle_5.0.3.orig.tar.gz 117.4 KiB 698d0dc6644d38a38eb723eeafb06688e0adffa52f73624c48cfe22f2c49f2a3
hickle_5.0.3-1.debian.tar.xz 3.0 KiB f8f39a2c278fa7be9f328c9d2b999e9038a9dcd8569a18e1388c965306ec54f2

Available diffs

No changes file available.

Binary packages built by this source

python3-hickle: HDF5 based version of pickle

 An HDF5 based clone of 'pickle', with a twist: instead of serializing to a
 pickle file, Hickle dumps to an HDF5 file (Hierarchical Data Format). It is
 designed to be a "drop-in" replacement for pickle (for common data objects),
 but is really an amalgam of 'h5py' and 'pickle' with extended functionality.
 .
 That is: 'hickle' is a neat little way of dumping Python variables to HDF5
 files that can be read in most programming languages, not just Python. Hickle
 is fast, and allows for transparent compression of your data (LZF / GZIP).