Metadata-Version: 1.2
Name: h5py_wrapper
Version: 1.1.0
Summary: A wrapper to conveniently store nested Python dictionaries in hdf5 files.
Home-page: https://github.com/INM-6/h5py_wrapper
Author: Maximilian Schmidt, Jakob Jordan
Author-email: max.schmidt@fz-juelich.de
License: GPL2
Description: h5py_wrapper
        ============
        
        A wrapper to conveniently store nested python dictionaries in hdf5 files. It exposes two basic functions save() and load() to the user.
        
        .. image:: https://img.shields.io/badge/python-2.7-blue.svg
           :target: https://www.python.org/
           :alt: Python Version
        .. image:: https://img.shields.io/badge/python-3.6-blue.svg
           :target: https://www.python.org/
           :alt: Python Version
        
        
        Documentation
        -------------
        http://h5py-wrapper.readthedocs.io/en/latest/
        
        
        Code status
        -----------
        
        .. image:: https://travis-ci.org/INM-6/h5py_wrapper.svg?branch=master
           :target: https://travis-ci.org/INM-6/h5py_wrapper
           :alt: Build Status
        
        .. image:: https://coveralls.io/repos/github/INM-6/h5py_wrapper/badge.svg?branch=master
           :target: https://coveralls.io/github/INM-6/h5py_wrapper?branch=master
           :alt: Test Coverage
        
Keywords: hdf5 h5py
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*, !=3.4.*, <4
