1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/science/py-h5py/pkg-descr
Li-Wen Hsu 9921e14e14 Add py-h5py 1.2.0, a general-purpose Python interface to the HDF5
library.

PR:		ports/136096
Submitted by:	TAOKA Fumiyoshi
2009-07-13 14:07:16 +00:00

14 lines
624 B
Plaintext

The h5py package provides both a high- and low-level interface to the
HDF5 library from Python. The low-level interface is
intended to be a complete wrapping of the HDF5 1.6 API, while the high-
level component supports Python-style object-oriented access to HDF5 files,
datasets and groups.
The goal of this package is not to provide yet another scientific data
model. It is an attempt to create as straightforward a binding as possible
to the existing HDF5 API and abstractions, so that Python programs can
easily deal with HDF5 files and exchange data with other HDF5-aware
applications.
WWW: http://h5py.alfven.org