pyTRACTnmr 0.1.2b3__py3-none-any.whl → 0.1.2b4__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.
pyTRACTnmr/main.py CHANGED
@@ -3,7 +3,7 @@ from PySide6.QtWidgets import QApplication
3
3
 
4
4
  try:
5
5
  from window import TractApp # type: ignore
6
- except ImportError:
6
+ except ModuleNotFoundError:
7
7
  from .window import TractApp # type: ignore
8
8
 
9
9
 
pyTRACTnmr/window.py CHANGED
@@ -31,13 +31,10 @@ from matplotlib.widgets import SpanSelector
31
31
  try:
32
32
  from widgets import MplCanvas, CustomNavigationToolbar # type: ignore
33
33
  import processing # type: ignore
34
- except ImportError:
34
+ except ModuleNotFoundError:
35
35
  from .widgets import MplCanvas, CustomNavigationToolbar # type: ignore
36
36
  from . import processing # type: ignore
37
37
 
38
-
39
-
40
-
41
38
  class TractApp(QMainWindow):
42
39
  def __init__(self):
43
40
  super().__init__()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyTRACTnmr
3
- Version: 0.1.2b3
3
+ Version: 0.1.2b4
4
4
  Summary: A simple gui based application to process and analyse TRACT data from NMR spectroscopy.
5
5
  Project-URL: Homepage, https://github.com/debadutta-patra/pyTRACTnmr
6
6
  Project-URL: Repository, https://github.com/debadutta-patra/pyTRACTnmr
@@ -14,6 +14,7 @@ Requires-Dist: pyside6-stubs>=6.7.3.0
14
14
  Requires-Dist: pyside6>=6.10.2
15
15
  Requires-Dist: scipy-stubs>=1.17.0.2
16
16
  Requires-Dist: scipy>=1.17.0
17
+ Requires-Dist: typing-extensions>=4.0.0
17
18
  Description-Content-Type: text/markdown
18
19
 
19
20
  # pyTRACTnmr
@@ -0,0 +1,10 @@
1
+ pyTRACTnmr/__init__.py,sha256=5rxO0E3s6JQ3X_bBwWIR3tOVEZrS4ZIC-_LZPemSnmQ,24
2
+ pyTRACTnmr/main.py,sha256=n2RQ0oi4WsfPrdJ8IhBWd0iJcDYIDSfISGBhyxMOCqQ,339
3
+ pyTRACTnmr/processing.py,sha256=kH9tW5JhtdIYdoADGhLACX8BNGv4M5H_QX1O73z1I-Q,15466
4
+ pyTRACTnmr/widgets.py,sha256=DlSSWUZ_soVfeXvkm5s26zPKoxREUW-4x5__vvXtpj4,2818
5
+ pyTRACTnmr/window.py,sha256=-SQSR8t2FAxQseOsjm5Q_PKNuRWu2qd5MXSoncHi1QY,30222
6
+ pytractnmr-0.1.2b4.dist-info/METADATA,sha256=RTqLNMa-5eK7ZzRExiAzdCV2UgKK8v3diSN44Ihxkq8,3701
7
+ pytractnmr-0.1.2b4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
+ pytractnmr-0.1.2b4.dist-info/entry_points.txt,sha256=nub_92b4LtA_hmf3wD1ZQv6rbjBX24fHI0DtbZg5A1M,52
9
+ pytractnmr-0.1.2b4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
+ pytractnmr-0.1.2b4.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- pyTRACTnmr/__init__.py,sha256=5rxO0E3s6JQ3X_bBwWIR3tOVEZrS4ZIC-_LZPemSnmQ,24
2
- pyTRACTnmr/main.py,sha256=6JPk2NAQ_IQ5jrgeKRCkjQREEQyCid7PkSWSxyxpvxI,331
3
- pyTRACTnmr/processing.py,sha256=kH9tW5JhtdIYdoADGhLACX8BNGv4M5H_QX1O73z1I-Q,15466
4
- pyTRACTnmr/widgets.py,sha256=DlSSWUZ_soVfeXvkm5s26zPKoxREUW-4x5__vvXtpj4,2818
5
- pyTRACTnmr/window.py,sha256=QR2eqi3jQS0iH0mT9QvB7SyGqcKv4KCpbxP6RvoD3eo,30217
6
- pytractnmr-0.1.2b3.dist-info/METADATA,sha256=O-a6Uo3lmElrtkFkwj4KN6Zvo3FUzXtYH0LmwUMo-LM,3661
7
- pytractnmr-0.1.2b3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
- pytractnmr-0.1.2b3.dist-info/entry_points.txt,sha256=nub_92b4LtA_hmf3wD1ZQv6rbjBX24fHI0DtbZg5A1M,52
9
- pytractnmr-0.1.2b3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
- pytractnmr-0.1.2b3.dist-info/RECORD,,