mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
22d8f82a0e
- Remove leading article from COMMENT - Use default dependency for science/hdf5-18 - Add patch PR: ports/181483 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: wg (mentor)
13 lines
621 B
Plaintext
13 lines
621 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.8 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
|