Metadata-Version: 2.1
Name: labmate
Version: 0.2.0
Summary: Data management library to save data and plots to hdf5 files
Home-page: https://github.com/kyrylo-gr/labmate
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
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: h5py
Provides-Extra: dev
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: check-manifest ; extra == 'dev'

## Install

`pip install labmate`

## Installation in dev mode

`pip install -e .[dev]`

or

`python setup.py develop`

## Usage

Start by looking inside
`docs/examples/acquisition_and_analysis_notebook_without_magic.ipynb`

and don't be afraid by the other examples
