screamlab 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,90 @@
1
+ Metadata-Version: 2.4
2
+ Name: screamlab
3
+ Version: 0.1.0
4
+ Summary: Package for reproducible evaluation of SCREAM-DNP data.
5
+ Home-page: https://github.com/FlorianTaube/screamlab
6
+ Author: Florian Taube
7
+ Author-email: florian.taube@uni-rostock.de
8
+ License: BSD
9
+ Project-URL: Documentation, https://github.com/FlorianTaube/screamlab/docs
10
+ Project-URL: Source, https://github.com/FlorianTaube/screamlab/screamlab
11
+ Keywords: Buildup Time Calculator,NMR,DNP,SCREAM_DNP,TopspinExport
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: License :: OSI Approved :: BSD License
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Intended Audience :: Science/Research
20
+ Classifier: Development Status :: 4 - Beta
21
+ Requires-Python: >=3.10
22
+ Description-Content-Type: text/x-rst
23
+ License-File: LICENSE
24
+ Requires-Dist: matplotlib
25
+ Requires-Dist: numpy
26
+ Requires-Dist: lmfit
27
+ Requires-Dist: scipy
28
+ Requires-Dist: nmrglue
29
+ Requires-Dist: pyDOE3
30
+ Provides-Extra: dev
31
+ Requires-Dist: prospector; extra == "dev"
32
+ Requires-Dist: pyroma; extra == "dev"
33
+ Requires-Dist: bandit; extra == "dev"
34
+ Requires-Dist: black; extra == "dev"
35
+ Requires-Dist: pymetacode; extra == "dev"
36
+ Provides-Extra: docs
37
+ Requires-Dist: sphinx; extra == "docs"
38
+ Requires-Dist: sphinx-rtd-theme; extra == "docs"
39
+ Requires-Dist: sphinx_multiversion; extra == "docs"
40
+ Provides-Extra: deployment
41
+ Requires-Dist: build; extra == "deployment"
42
+ Requires-Dist: twine; extra == "deployment"
43
+ Dynamic: author
44
+ Dynamic: author-email
45
+ Dynamic: classifier
46
+ Dynamic: description
47
+ Dynamic: description-content-type
48
+ Dynamic: home-page
49
+ Dynamic: keywords
50
+ Dynamic: license
51
+ Dynamic: license-file
52
+ Dynamic: project-url
53
+ Dynamic: provides-extra
54
+ Dynamic: requires-dist
55
+ Dynamic: requires-python
56
+ Dynamic: summary
57
+
58
+ =========
59
+ screamlab
60
+ =========
61
+
62
+ Welcome! This is screamlab, a Python package for the evaluation of relaxation processes in multi-spin system observed by SCREAM-DNP (Specific Cross Relaxation Enhancement by Active Motions under Dynamic Nuclear Polarization).
63
+
64
+
65
+ Features
66
+ ========
67
+
68
+ A list of features:
69
+
70
+ * Spectral deconvolution with various possible lineshapes (Gaussian, Lorentzian, Voigtian)
71
+
72
+ * Global fitting of spectra with consistent parameters
73
+
74
+ * Subsequent fitting of peak areas over time with exponential or biexponential behavior, or involving Solomon equations for a more complex fitting.
75
+
76
+
77
+ And to make it even more convenient for users and future-proof:
78
+
79
+ * Open source project written in Python (>= 3.7)
80
+
81
+ * High test coverage
82
+
83
+ * Extensive user and API documentation
84
+
85
+
86
+
87
+ License
88
+ =======
89
+
90
+ This program is free software: you can redistribute it and/or modify it under the terms of the **BSD License**. See the file ``LICENSE`` for more details.
@@ -0,0 +1,27 @@
1
+ screamlab/__init__.py,sha256=M2vfzk7vI3qvlxE2uIHyGYmPSrFYNUacFjkjiLX00wc,63
2
+ screamlab/dataset.py,sha256=QZSGwm3au08ZEBLdH-pmkyXaeatwBVMZQKs-37j3IQ4,22537
3
+ screamlab/functions.py,sha256=vq6YseAt6L0YlduI6LV3_WBcLhFaOqDRGDIIDaZ3kfc,11398
4
+ screamlab/io.py,sha256=B5I9oxQ4uH2dExnoDlO7Glbk3KcrXSVJcWTEl05eLOk,38017
5
+ screamlab/settings.py,sha256=XBlzWjsdcAO3Fq_d9UyxYViirT9qmpw5_UVrYd-lt0o,9130
6
+ screamlab/utils.py,sha256=VbHaH_QWfcj2WM-TrraPCdjMr7qJ5ybkc2Vgguqhvxg,25503
7
+ screamlab/__pycache__/__init__.cpython-310.pyc,sha256=nGadfOt1WUjQxMQAWhkaJ8HQIBoFYgJOXOcou6xtrJ4,245
8
+ screamlab/__pycache__/__init__.cpython-312.pyc,sha256=Vo2caaR8VoJ8_NleXq-XOrPKFsFfwxsYJtyJjRxMaAQ,253
9
+ screamlab/__pycache__/__init__.cpython-313.pyc,sha256=yQf9pPv0AH2e55exkKjAhkP7dXZn17lnMgudh9XDnxo,249
10
+ screamlab/__pycache__/__init__.cpython-38.pyc,sha256=M5eZ95kmsA8r__ZH_prnNqi--MGl8WclL9g0yUXGTAo,176
11
+ screamlab/__pycache__/dataset.cpython-310.pyc,sha256=_faFHwzFWVQ12RQn_JEmVacRbG3kfRjiq2oZMFC0lKU,21615
12
+ screamlab/__pycache__/dataset.cpython-312.pyc,sha256=6I6pajXpcAGzgMMWz8Uz8RBFvHhamr8ldh4LYvgmVHY,29658
13
+ screamlab/__pycache__/dataset.cpython-313.pyc,sha256=hUv5iLuEbc1ZvsghDsBs5fMJX8P2c9LVODugU9AUq6Q,28966
14
+ screamlab/__pycache__/functions.cpython-310.pyc,sha256=NCAC7EjK1gJCi5sdEcferiMHbFVOhTL6jme0-0-5xKg,10221
15
+ screamlab/__pycache__/functions.cpython-312.pyc,sha256=3XGaxzxxkM11879B0tD2igT9kx-_s3lk1fhABYwIPec,13136
16
+ screamlab/__pycache__/io.cpython-310.pyc,sha256=5l2qLRHXu0_xQIeBtpRf4on_aX8z9M8Y-pvPWRNNxMM,30699
17
+ screamlab/__pycache__/io.cpython-312.pyc,sha256=MMoeXwNuzsekbKxuU151oMMqJ_Hn-gQ-GmwSHULdVOA,53564
18
+ screamlab/__pycache__/settings.cpython-310.pyc,sha256=NEb0GFRJNxnFdCyQSv5WPBp6yPT15dwC8_IHQVpB0Us,8263
19
+ screamlab/__pycache__/settings.cpython-312.pyc,sha256=C_E_orj-EgVwor9s8eqF0hBs-vejOFEglWI7DN1U6Yo,11907
20
+ screamlab/__pycache__/settings.cpython-313.pyc,sha256=bkB5KCTnxR8rKtrYezCt753f-cnjwhTfXZL2LsVTiaE,11800
21
+ screamlab/__pycache__/utils.cpython-310.pyc,sha256=1ADymFGnozfp-gqDCH8PMxPKGDAutepRqsPheXKcuQ0,25452
22
+ screamlab/__pycache__/utils.cpython-312.pyc,sha256=NkdFr8Yr-ywDfFqTJK3QUro_YMGyezhQ04YF5Va4yGo,30799
23
+ screamlab-0.1.0.dist-info/licenses/LICENSE,sha256=Ic_N1IFIdReR7m-W6XtN_4k6B8IgJ33dQFLc6Xi5C2E,1291
24
+ screamlab-0.1.0.dist-info/METADATA,sha256=rJ7ubHx5d35-l0izBb6ax6N4Sosrjb6kqlVZwaCLnEU,2956
25
+ screamlab-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ screamlab-0.1.0.dist-info/top_level.txt,sha256=XjErA4-PG_phESo1eWs-bMzdnBWu4gNxB-RX78zZqqw,10
27
+ screamlab-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,24 @@
1
+ Copyright (c) 2024 Florian Taube
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
6
+
7
+ 1. Redistributions of source code must retain the above copyright notice,
8
+ this list of conditions and the following disclaimer.
9
+
10
+ 2. Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
13
+
14
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
16
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
17
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
18
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24
+ POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1 @@
1
+ screamlab