summaryrefslogtreecommitdiff
path: root/dev-python/indexed_gzip/metadata.xml
blob: aec26bd79f29952e13188d698eafe0e5ae9e3732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>gentoo@chymera.eu</email>
  <name>Horea Christian</name>
 </maintainer>
 <maintainer type="project">
  <email>proxy-maint@gentoo.org</email>
  <name>Proxy Maintainers</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>
 <upstream>
  <remote-id type="github">pauldmccarthy/indexed_gzip</remote-id>
  <remote-id type="pypi">indexed-gzip</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>