# h5py_wrapper **Repository Path**: whigg/h5py_wrapper ## Basic Information - **Project Name**: h5py_wrapper - **Description**: A wrapper to conveniently store nested python dictionaries in hdf5 files. - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2021-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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