hickle 5.0.2-5 source package in Ubuntu

Changelog

hickle (5.0.2-5) unstable; urgency=medium

  * Add python3-h5py dependency to python3-hickle. (Closes: #1030516)
  * Update Standards-Version.

 -- Edward Betts <edward@4angle.com>  Sun, 05 Feb 2023 11:11:37 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hickle_5.0.2-5.dsc 2.2 KiB 9498afe278416705cee54012468c799dec6ceadfd636b3905e00da275bcb8d81
hickle_5.0.2.orig.tar.gz 117.5 KiB 00e9f1ca3a76c7e39ef9a0a998f420d78eea5b7b495f82049fb16b3374745db3
hickle_5.0.2-5.debian.tar.xz 3.2 KiB a1b5529c0ebc82e2bf2897d99fc18777b67911dd307dc33902e228e5bc4ec5c3

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