Metadata-Version: 1.1
Name: hdf5-matlab-reader
Version: 0.1.2
Summary: HDF5 Matlab Reader
Home-page: https://github.com/aestrivex/hdf5_matlab_reader
Author: Roan LaPlante
Author-email: rlaplant@nmr.mgh.harvard.edu
License: Visuddhimagga Sutta; GPLv3+
Description: # HDF5 Matlab Reader
        This is an imeplementation of a reader for .mat files using the HDF5 data formats. Matlab switched to this data format for .mat files v7.3 and afterwards. It aims to be similar to the API to load matlab files in scipy.io.loadmat.
         
        # Dependencies
        * numpy
        * scipy
        * h5py
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
