SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-indexed_gzip rpm build for : Fedora 34. For other distributions click python3-indexed_gzip.

Name : python3-indexed_gzip
Version : 1.6.13 Vendor : Fedora Project
Release : 1.fc34 Date : 2022-04-15 14:32:09
Group : Unspecified Source RPM : python-indexed_gzip-1.6.13-1.fc34.src.rpm
Size : 1.56 MB
Packager : Fedora Project
Summary : Fast random access of gzip files in Python
Description :

The indexed_gzip project is a Python extension which aims to provide a drop-in
replacement for the built-in Python gzip.GzipFile class, the IndexedGzipFile.

indexed_gzip was written to allow fast random access of compressed NIFTI image
files (for which GZIP is the de-facto compression standard), but will work with
any GZIP file. indexed_gzip is easy to use with nibabel.

The standard gzip.GzipFile class exposes a random access-like interface (via
its seek and read methods), but every time you seek to a new point in the
uncompressed data stream, the GzipFile instance has to start decompressing from
the beginning of the file, until it reaches the requested location.

An IndexedGzipFile instance 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 initialize
the decompression algorithm, allowing us to start reading from any seek point.
If the index is built with a seek point spacing of 1MB, we only have to
decompress (on average) 512KB of data to read from any location in the file.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/updates/34/Everything/x86_64/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-indexed_gzip-1.6.13-1.fc34.x86_64.rpm
     

Provides :
python-indexed_gzip
python3-indexed_gzip
python3-indexed_gzip(x86-64)
python3.9-indexed_gzip
python3.9dist(indexed-gzip)
python3dist(indexed-gzip)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libpthread.so.0()(64bit)
libz.so.1()(64bit)
libz.so.1(ZLIB_1.2.2.4)(64bit)
python(abi) = 3.9
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/bfa4a461806c790d7f0051a167f2e441da23da
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/cd24169d681218b7672f5233eb7d3a7fe0e979
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/ea83330067c76ed4904c68aef9008590876f64
/usr/lib64/python3.9/site-packages/indexed_gzip
/usr/lib64/python3.9/site-packages/indexed_gzip-1.6.13.dist-info
/usr/lib64/python3.9/site-packages/indexed_gzip-1.6.13.dist-info/INSTALLER
/usr/lib64/python3.9/site-packages/indexed_gzip-1.6.13.dist-info/LICENSE
/usr/lib64/python3.9/site-packages/indexed_gzip-1.6.13.dist-info/METADATA
/usr/lib64/python3.9/site-packages/indexed_gzip-1.6.13.dist-info/WHEEL
/usr/lib64/python3.9/site-packages/indexed_gzip-1.6.13.dist-info/top_level.txt
/usr/lib64/python3.9/site-packages/indexed_gzip/__init__.py
/usr/lib64/python3.9/site-packages/indexed_gzip/__pycache__
/usr/lib64/python3.9/site-packages/indexed_gzip/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/indexed_gzip.cpython-39-x86_64-linux-gnu.so
/usr/lib64/python3.9/site-packages/indexed_gzip/tests
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__init__.py
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__main__.py
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/__main__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/benchmark.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/benchmark.cpython-39.pyc
/usr/lib64/python3.9/site-packages/indexed_gzip/tests/__pycache__/benchmark_bandwidth.cpython-39.opt-1.pyc
There is 22 files more in these RPM.

 
ICM