Metadata-Version: 2.5
Name: relaxometrynmr
Version: 0.0.8
Summary: solid-state NMR relaxation data analysis: T1, T1_rho and T2 (legacy name for ionhop.relaxometry)
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: NMR,T1,T1_rho,T2,nmr,relaxometry,solid-state NMR,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

# `relaxometrynmr`

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

```python
from relaxometrynmr.core import T1Functions   # still works
from ionhop.relaxometry import T1Functions    # 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>.
