Metadata-Version: 2.1
Name: hdfio
Version: 0.2.0
Summary: All the useful python I/O utility functions for HDF5 files
Home-page: https://github.com/RealPolitiX/hdfio
Author: ['R. Patrick Xian', 'others']
Author-email: 
License: MIT
Download-URL: https://github.com/RealPolitiX/hdfio/tarball/0.2.0
Description: # hdfio

        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.

        

        ## Resources

        The major resources gathered here include the following packages,

        - [h5py](https://github.com/h5py/h5py)

        - [silx](https://github.com/silx-kit/silx)

        - [deepdish](https://github.com/uchicago-cs/deepdish)

        - [h5io](https://github.com/h5io/h5io)

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
