mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
13 lines
594 B
Plaintext
13 lines
594 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 API, while the high-level component supports access to HDF5
|
|
files, datasets and groups using established Python and NumPy concepts.
|
|
|
|
A strong emphasis on automatic conversion between Python (Numpy) datatypes and
|
|
data structures and their HDF5 equivalents vastly simplifies the process of
|
|
reading and writing data from Python.
|
|
|
|
WWW: https://www.h5py.org/
|
|
WWW: https://pypi.org/project/h5py/
|
|
WWW: https://github.com/h5py/h5py
|