Metadata-Version: 2.1
Name: dh5
Version: 0.7.8
Summary: Data H5. Work with hdf5 as classical dictionary.
Home-page: https://github.com/kyrylo-gr/dh5
Author: LKB-OMQ
Author-email: cryo.paris.su@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: dev

# dh5 library

![Python 3.7+](https://img.shields.io/badge/python-3.7%2B-blue)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Install

`pip install dh5`

## Installation in dev mode

`pip install -e .[dev]`

or

`python setup.py develop`
