Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallerTM authored Feb 22, 2023
1 parent 0e7261e commit 6f4a31e
Show file tree
Hide file tree
Showing 25 changed files with 12,023 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Francesco Bruno

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include klassez/test/*
include klassez/docs/*
31 changes: 31 additions & 0 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Metadata-Version: 2.1
Name: klassez
Version: 0.1a1
Summary: A collection of functions for NMR data handling. Documentation: klassez.pdf in "docs" subfolder of your install dir.
Home-page: https://test.pypi.org/legacy/klassez
Author: Francesco Bruno
Author-email: bruno@cerm.unifi.it
License: LICENSE.txt
Platform: UNKNOWN
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

# **KLASSEZ**

The *klassez* package is a collection of functions and classes 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**.

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.


15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# klassez
A package for the management of NMR data
# **KLASSEZ**

The *klassez* package is a collection of functions and classes 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**.

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.
31 changes: 31 additions & 0 deletions klassez.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Metadata-Version: 2.1
Name: klassez
Version: 0.1a1
Summary: A collection of functions for NMR data handling. Documentation: klassez.pdf in "docs" subfolder of your install dir.
Home-page: https://test.pypi.org/legacy/klassez
Author: Francesco Bruno
Author-email: bruno@cerm.unifi.it
License: LICENSE.txt
Platform: UNKNOWN
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

# **KLASSEZ**

The *klassez* package is a collection of functions and classes 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**.

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.


23 changes: 23 additions & 0 deletions klassez.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
klassez/Spectra.py
klassez/__init__.py
klassez/config.py
klassez/figures.py
klassez/fit.py
klassez/misc.py
klassez/processing.py
klassez/qsin.py
klassez/sim.py
klassez.egg-info/PKG-INFO
klassez.egg-info/SOURCES.txt
klassez.egg-info/dependency_links.txt
klassez.egg-info/requires.txt
klassez.egg-info/top_level.txt
klassez/docs/klassez.pdf
klassez/test/acqus_1D
klassez/test/acqus_2D
klassez/test/test.py
1 change: 1 addition & 0 deletions klassez.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

7 changes: 7 additions & 0 deletions klassez.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
csaps
lmfit
matplotlib
nmrglue
numpy
scipy
seaborn
1 change: 1 addition & 0 deletions klassez.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
klassez
Loading

0 comments on commit 6f4a31e

Please sign in to comment.