Skip to content

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

License

Notifications You must be signed in to change notification settings

RealPolitiX/hdfio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages