|
Lines 1-8
Link Here
|
| 1 |
The h5py package provides both a high- and low-level interface to the |
1 |
The h5py package provides both a high- and low-level interface to the HDF5 |
| 2 |
HDF5 library from Python. The low-level interface is |
2 |
library from Python. The low-level interface is intended to be a complete |
| 3 |
intended to be a complete wrapping of the HDF5 1.6 API, while the high- |
3 |
wrapping of the HDF5 1.6 and 1.8 APIs, while the high-level component supports |
| 4 |
level component supports Python-style object-oriented access to HDF5 files, |
4 |
Python-style object-oriented access to HDF5 files, datasets and groups. |
| 5 |
datasets and groups. |
|
|
| 6 |
|
5 |
|
| 7 |
The goal of this package is not to provide yet another scientific data |
6 |
The goal of this package is not to provide yet another scientific data |
| 8 |
model. It is an attempt to create as straightforward a binding as possible |
7 |
model. It is an attempt to create as straightforward a binding as possible |