Metadata-Version: 2.5
Name: nmrlineshapeanalyser
Version: 0.1.18
Summary: ss-NMR peak deconvolution and lineshape analysis (legacy name for ionhop.lineshape)
Project-URL: Homepage, https://github.com/BiffoQ/ionhop
Project-URL: Documentation, https://biffoq.github.io/ionhop/
Project-URL: Repository, https://github.com/BiffoQ/ionhop.git
Author-email: Abdulkadir Olatunbosun Biffo <biffokadir13@gmail.com>
License-Expression: MIT
Keywords: lineshape analysis,peak deconvolution,ss-NMR
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <3.13,>=3.10
Requires-Dist: ionhop>=0.1.0
Description-Content-Type: text/markdown

# `nmrlineshapeanalyser`

This is the legacy distribution name for the lineshape module of
[`ionhop`](https://pypi.org/project/ionhop/). It contains no code of its own: it
installs `ionhop` and re-exports `ionhop.lineshape` so that existing imports keep
working.

```python
from nmrlineshapeanalyser.core import NMRProcessor   # still works
from ionhop.lineshape import NMRProcessor            # preferred
```

New projects should depend on `ionhop`, which ships both the lineshape and the
relaxometry analysis in one install. Source, issues and documentation all live at
<https://github.com/BiffoQ/ionhop>.
