hickle 5.0.2-8 source package in Ubuntu

Changelog

hickle (5.0.2-8) unstable; urgency=medium

  * Skip badly written test that fails with h5py 3.10. (Closes: #1060804).
  * Update copyright year.

 -- Edward Betts <edward@4angle.com>  Thu, 15 Feb 2024 15:22:06 +0000

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hickle_5.0.2-8.dsc 2.2 KiB 98d3a8c2e9afcc512bf46e1df78ad431ef2c7447acdd34f3bfbcaff26b7edce4
hickle_5.0.2.orig.tar.gz 117.5 KiB 00e9f1ca3a76c7e39ef9a0a998f420d78eea5b7b495f82049fb16b3374745db3
hickle_5.0.2-8.debian.tar.xz 3.7 KiB 29874f8bd7c08b9f291d81b1608f72bdc9b558610ae0b254e46a48d1dcc633ed

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).