summaryrefslogtreecommitdiff
path: root/dev-python/indexed-gzip/metadata.xml
blob: 89c253be8955d0d4c897d4abab46353ac2fdcbe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <longdescription lang="en">
		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. This package 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.
	</longdescription>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>