indexed-gzip 0.3.1-1build2 source package in Ubuntu

Changelog

indexed-gzip (0.3.1-1build2) artful; urgency=medium

  * No-change rebuild to build to drop python3.5.

 -- Matthias Klose <email address hidden>  Sat, 05 Aug 2017 16:25:31 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
NeuroDebian Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
indexed-gzip_0.3.1.orig.tar.gz 62.1 KiB 6a966cf81f238059a85513f6b48c2cf546cd88ec3f13b7cc6c8d3484199a9a33
indexed-gzip_0.3.1-1build2.debian.tar.xz 3.4 KiB 77964db90fa7e99ceb00421f9372d310623784aaf1c0f1118a4f332870c4ae75
indexed-gzip_0.3.1-1build2.dsc 2.1 KiB a53f40bd66d9a542e2a824283253cd280e368d2dcdfe78138e4cb3ba5d85967f

Available diffs

View changes file

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

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

python3-indexed-gzip: No summary available for python3-indexed-gzip in ubuntu artful.

No description available for python3-indexed-gzip in ubuntu artful.

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