summaryrefslogtreecommitdiff
blob: e89046c2ccf3054bad70afe9213ab5cd396e7759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>python</herd>
  <herd>sci</herd>
  <longdescription lang="en">
  HDF5 for Python (h5py) is a general-purpose simple Python interface to the
  Hierarchical Data Format library, version 5. Existing Python and
  Numpy concepts are used for the interface. Almost all HDF5 features
  are available from Python, including things like compound datatypes
  (as used with Numpy recarray types), HDF5 attributes, hyperslab and
  point-based I/O, and more recent features in HDF 1.8 like resizable
  datasets and recursive iteration over entire files.
</longdescription>
  <upstream>
    <remote-id type="google-code">h5py</remote-id>
    <remote-id type="pypi">h5py</remote-id>
  </upstream>
</pkgmetadata>