Metadata-Version: 2.0
Name: h5py-wrapper
Version: 1.0.1
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
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: Topic :: Utilities

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: 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


