Metadata-Version: 2.1
Name: klassez
Version: 0.4a5
Summary: A collection of functions for NMR data handling.
Home-page: https://github.com/MetallerTM/klassez
Author: Francesco Bruno, Letizia Fiorucci
Author-email: bruno@cerm.unifi.it
License: LICENSE.txt
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: lmfit
Requires-Dist: seaborn
Requires-Dist: nmrglue
Requires-Dist: matplotlib >=3.8
Requires-Dist: csaps

# **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.

Full documentation is available, after installation of the package, through the function **open_doc**, which displays the file *klassez.pdf* located in the "docs" subfolder of your install dir.

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.
