indexed-gzip 0.6.1-1 source package in Ubuntu

Changelog

indexed-gzip (0.6.1-1) unstable; urgency=medium

  * New upstream release (missed several intermediate ones).
  * Switch from seemingly fragile pybuild-directed test invocation
    to directly running the tests via distutils.
  * Call dh_numpy to get correct ABI dependency.

 -- Michael Hanke <email address hidden>  Sat, 21 Oct 2017 09:19:15 +0200

Upload details

Uploaded by:
NeuroDebian Team
Uploaded to:
Sid
Original maintainer:
NeuroDebian Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
indexed-gzip_0.6.1-1.dsc 2.1 KiB a94764be65f917877e8ce6cfe5eaef7029ca566594549a4044e49cb50ea55ddf
indexed-gzip_0.6.1.orig.tar.gz 71.5 KiB 7c9935a37d994ed8a0823b7b576160abb24c663f715cf246adfc1a9e87791fb3
indexed-gzip_0.6.1-1.debian.tar.xz 3.4 KiB d490052366f01e4aee3dfdc6909e8bf7b7f56699dae101c09fabfcc58a699a0f

No changes file available.

Binary packages built by this source

python-indexed-gzip: fast random access of gzip files in Python

 Drop-in replacement `IndexedGzipFile` for the built-in Python `gzip.GzipFile`
 class that does not need to start decompressing from the beginning of the
 file when for every `seek()`. It gets around this performance limitation by
 building an index, which contains *seek points*, mappings between
 corresponding locations in the compressed and uncompressed data streams. Each
 seek point is accompanied by a chunk (32KB) of uncompressed data which is
 used to initialise the decompression algorithm, allowing to start reading
 from any seek point. If the index is built with a seek point spacing of 1MB,
 only 512KB (on average) of data have to be decompressed to read from any
 location in the file.
 .
 This package provides the Python 2 module.

python-indexed-gzip-dbgsym: No summary available for python-indexed-gzip-dbgsym in ubuntu cosmic.

No description available for python-indexed-gzip-dbgsym in ubuntu cosmic.

python3-indexed-gzip: fast random access of gzip files in Python

 Drop-in replacement `IndexedGzipFile` for the built-in Python `gzip.GzipFile`
 class that does not need to start decompressing from the beginning of the
 file when for every `seek()`. It gets around this performance limitation by
 building an index, which contains *seek points*, mappings between
 corresponding locations in the compressed and uncompressed data streams. Each
 seek point is accompanied by a chunk (32KB) of uncompressed data which is
 used to initialise the decompression algorithm, allowing to start reading
 from any seek point. If the index is built with a seek point spacing of 1MB,
 only 512KB (on average) of data have to be decompressed to read from any
 location in the file.
 .
 This package provides the Python 3 module.

python3-indexed-gzip-dbgsym: debug symbols for python3-indexed-gzip