hickey / h5py_switch

Either h5py or h5pyd. Seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h5py_switch

Working with HDF5 data stored either in files or in the cloud requires using two packages: h5py and h5pyd. h5py_switch provides a unified interface that seamlessly switches between these two packages based on the HDF5 data's location.

Installation

$ pip install git+https://github.com/ajelenak/h5py_switch.git

h5py and h5pyd will also be installed.

About

Either h5py or h5pyd. Seamlessly.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%