Metadata-Version: 2.1
Name: hanlab
Version: 0.1
Summary: hanlab - odnp data processing and fitting
Home-page: https://github.com/thcasey3/hanlab
Author: Thomas Casey
License: MIT
Download-URL: https://github.com/thcasey3/hanlab/
Project-URL: Homepage, https://thcasey3.github.io/hanlab/
Project-URL: Documentation, https://thcasey3.github.io/hanlab/
Project-URL: Source, https://github.com/thcasey3/hanlab/
Keywords: dnplab odnp nmr epr dnp
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dnplab
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: PyQt5

# hanlab - process and analyze odnp data

[![https://thcasey3.github.io/hanlab/](https://img.shields.io/pypi/v/hanlab)](https://pypi.org/project/hanlab/) [![Website](https://img.shields.io/website?down_message=offline&label=Documentation&up_message=online&url=https%3A%2F%2Fthcasey3.github.io%2Fhanlab%2Findex.html)](https://thcasey3.github.io/hanlab/) [![http://dnplab.net/](https://img.shields.io/badge/DNPLab-.net-brightgreen)](http://dnplab.net/)


hanlab is an open-source Python package containing code used to process, fit, and analyze various types of DNP, NMR, and EPR data generated in the lab of Songi Han at UCSB.


# Requirements

  - Python 3.6 or Later
  - dnplab, numpy, scipy, PyQt5==5.14

Install the required packages using pip:
```console
pip install dnplab numpy scipy PyQt5==5.14
```

# Installation

Install hanlab using pip:

```console
pip install hanlab
```

# Documenation

- Online documentation: https://thcasey3.github.io/hanlab/

# Developement 

  - Clone the git repository from https://github.com/thcasey3/hanlab/tree/development


