Metadata-Version: 2.4
Name: klassez
Version: 0.1.0.dev0
Summary: A collection of functions for NMR data handling
Author: Letizia Fiorucci
Author-email: Francesco Bruno <bruno@cerm.unifi.it>
License-Expression: MIT
Project-URL: Homepage, https://github.com/MetallerTM/klassez
Project-URL: Repository, https://github.com/MetallerTM/klassez.git
Project-URL: Documentation, https://klassez.readthedocs.io
Keywords: NMR,data processing,spectroscopy
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: lmfit
Requires-Dist: numdifftools
Requires-Dist: seaborn
Requires-Dist: nmrglue
Requires-Dist: matplotlib>=3.8
Requires-Dist: csaps
Provides-Extra: jeolproc
Requires-Dist: jeol_parser; extra == "jeolproc"
Dynamic: license-file

# **KLASSEZ**

The **KLASSEZ** package is a collection of classes and functions to handle NMR data.

It is organized in modules, each of which contains functions dedicated to specific tasks.

Some of the functions employed by **KLASSEZ** are taken from the NMRGLUE package and modified to suit the needs of the **KLASSEZ** package itself.

---

**KLASSEZ** is developed and tested on *Ubuntu 22.04 LTS*. Other OS should encounter no issues; however, if it raises any errors, please notify.

Full documentation is available at https://klassez.readthedocs.io/latest/.
