mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
20 lines
829 B
XML
20 lines
829 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://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>
|