Thu, 09 May 2024 10:57:06 UTC | login

Information for RPM python-indexed_gzip-1.7.0-1.fc37.src.rpm

ID812576
Namepython-indexed_gzip
Version1.7.0
Release1.fc37
Epoch
Archsrc
SummaryFast random access of gzip files in Python
DescriptionThe 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.
Build Time2022-09-21 21:31:54 GMT
Size100.53 KB
933bc4af818b8401e06eaa8993069771
Licensezlib
Buildrootf37-build-639249-71152
Provides
python-indexed_gzip-debuginfo = 1.7.0-1.fc37
python-indexed_gzip-debugsource = 1.7.0-1.fc37
python3-indexed_gzip = 1.7.0-1.fc37
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
gcc
python3-devel
python3-devel
python3dist(cython)
python3dist(nibabel)
python3dist(numpy)
python3dist(numpy)
python3dist(packaging)
python3dist(pip) >= 19
python3dist(pytest)
python3dist(pytest-xdist)
python3dist(setuptools) >= 40.8
python3dist(toml)
python3dist(wheel)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(DynamicBuildRequires) <= 4.15.0-1
rpmlib(FileDigests) <= 4.6.0-1
zlib-devel
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
indexed_gzip-1.7.0.tar.gz73.37 KB
python-indexed_gzip.spec7.32 KB
Component of No Buildroots