aboutsummaryrefslogtreecommitdiff
blob: 320a9f946001d3ca400453b6dba896194a0d3283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>marbre@linux.sungazer.de</email>
    <name>Marius Brehler</name>
  </maintainer>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription>
    This Python package provides high level utilities to read/write a
    variety of Python types to/from HDF5 (Heirarchal Data Format)
    formatted files. This package also provides support for MATLAB MAT
    v7.3 formatted files, which are just HDF5 files with a different
    extension and some extra meta-data.
  </longdescription>
  <upstream>
    <remote-id type="pypi">hdf5storage</remote-id>
    <remote-id type="github">frejanordsiek/hdf5storage</remote-id>
  </upstream>
</pkgmetadata>