Metadata-Version: 2.1
Name: dnplab
Version: 2.0.2
Summary: DNPLab - Bringing the Power of Python to DNP-NMR Spectroscopy
Home-page: http://dnpLab.net
Download-URL: 
Author: DNPLab Team
License: MIT
Project-URL: Documentation, http://docs.dnpLab.net
Project-URL: Examples, http://dnplab.net/auto_examples/index.html
Project-URL: Source Code, https://github.com/DNPLab/dnplab
Project-URL: Web App, http://odnplab.com/
Keywords: ODNP,DNP,NMR
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![http://dnplab.net](https://img.shields.io/pypi/v/dnplab)](https://pypi.org/project/dnplab/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dnplab)](https://www.python.org/downloads/)
[![Downloads](https://pepy.tech/badge/dnplab/month)](https://pepy.tech/project/dnplab)

[![DNPLab Logo](http://dnplab.net/_static/dnpLabLogo.png)](http://dnplab.net)
# DNPLab - Bringing the Power of Python to DNP-NMR Spectroscopy

DNPLab is a collaboration between:
- [Bridge12 Technologies, Inc.](http://www.bridge12.com/)
- [Han Lab UCSB](https://han.chem.ucsb.edu/)
- [Franck Lab Syracuse University](https://jmfrancklab.github.io/)

Authors:
Timothy Keller, Thomas Casey, Yanxian Lin, John Franck, Thorsten Maly, Songi Han

DNPLab is an open-source, python library for importing and processing DNP-NMR data.

# Features

  - Import data from Topspin, VnmrJ, Prospa, etc. formats
  - Construct N-dimensional data objects
  - Process data using apodization, zero-filling, Fourier transformations, alignment, etc.
  - Analyze data using the specific modules

# Requirements

  - Python 3.6 or Later
  - DNPLab dependencies: numpy, matplotlib, scipy, h5py

All dependencies are automatically installed during setup.

# Installation

DNPLab can be installed via pip:

```console
pip install dnplab
```

# Documenation

Find the online documentation at: http://docs.dnplab.net

# Developement 

  - Clone the git repository from https://github.com/DNPLab/dnplab


