Metadata-Version: 2.1
Name: nmrespy
Version: 0.1
Summary: NMR-EsPy: Nuclear Magnetic Resonance Estimation in Python
Home-page: https://github.com/foroozandehgroup/NMR-EsPy
Author: Simon Hulse
Author-email: simon.hulse@chem.ox.ac.uk
License: UNKNOWN
Description: .. image:: https://raw.githubusercontent.com/foroozandehgroup/NMR-EsPy/master/nmrespy/images/nmrespy_full.png
           :align: center
           :width: 500
        
        **Simon Hulse and Mohammadali Foroozandeh, University of Oxford**
        
        .. image:: https://github.com/foroozandehgroup/NMR-EsPy/workflows/build/badge.svg
           :target: https://github.com/foroozandehgroup/NMR-EsPy/actions?query=workflow%3Abuild
        
        .. image:: https://github.com/foroozandehgroup/NMR-EsPy/workflows/publish-docs/badge.svg
           :target: https://github.com/foroozandehgroup/NMR-EsPy/actions?query=workflow%3Apublish-docs
        
        .. image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :target: https://opensource.org/licenses/MIT
        
        
        NMR-EsPy: **N**\uclear **M**\agnetic **R**\esonance **Es**\timation in **Py**\thon
        is a Python package developed for estimating the parameters that describe
        NMR data.
        
        Getting started:
        
        * Installation: ``pip install nmrespy``
        * HTML Documentation: https://foroozandehgroup.github.io/NMR-EsPy/
        * PDF Documentation: https://github.com/foroozandehgroup/NMR-EsPy/raw/gh-pages/nmr-espy.pdf
        * Check out the `Example Walkthrough <https://https://foroozandehgroup.github.io/NMR-EsPy/walkthrough.html>`_
          page in the docs for a tutorial on NMR-EsPy's basic usage.
        
        The following figure shows the final result generated in the example
        walkthrough in NMR-EsPy's docs:
        
        .. image:: https://raw.githubusercontent.com/foroozandehgroup/NMR-EsPy/master/docs/media/walkthrough/figures/plot_example_edited.png
           :scale: 5 %
           :align: center
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
