-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e7261e
commit 6f4a31e
Showing
25 changed files
with
12,023 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include klassez/test/* | ||
include klassez/docs/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
csaps | ||
lmfit | ||
matplotlib | ||
nmrglue | ||
numpy | ||
scipy | ||
seaborn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
klassez |
Oops, something went wrong.