hdfio

All the useful python I/O utility functions for HDF5 files


License
MIT
Install
pip install hdfio==0.3.0

Documentation

hdfio

GitHub license Downloads PyPI version

All the useful python I/O utility functions for HDF5 files

Rationale

Writing this software package aggregator is motivated by the multitude of read/write functions currently existing in the python open source community. The package combines existing mature hdf(5) I/O source code and a few similar isolated functions into a single simple and user-friendly platform to save the labor of writing newer functions of similar capabilities. It's also the basis for building more sophisticate I/O operations.

Resources

The major resources gathered here include the following packages that covers generic I/O and interconversions between HDF and other popular key-value-pair file formats, such as dictionary (Python), json, mat (MATLAB).

Installation

  • Install and upgrade to the latest updates

     pip install --upgrade git+https://github.com/RealPolitiX/hdfio.git 
  • Install the latest build from PyPI

     pip install hdfio