tomwer 1.3.12__py3-none-any.whl → 1.3.26__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.
- orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py +1 -0
- orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +184 -184
- tomwer/app/canvas_launcher/mainwindow.py +0 -1
- tomwer/app/zstitching.py +0 -1
- tomwer/core/cluster/cluster.py +0 -9
- tomwer/core/process/control/datalistener/datalistener.py +4 -1
- tomwer/core/process/reconstruction/axis/params.py +3 -3
- tomwer/core/process/reconstruction/darkref/darkrefscopy.py +34 -6
- tomwer/core/process/reconstruction/nabu/utils.py +4 -2
- tomwer/core/utils/scanutils.py +5 -1
- tomwer/gui/cluster/slurm.py +1 -21
- tomwer/gui/cluster/test/test_cluster.py +0 -1
- tomwer/gui/control/selectorwidgetbase.py +3 -1
- tomwer/gui/edit/nxtomoeditor.py +28 -20
- tomwer/gui/edit/test/test_nx_editor.py +58 -1
- tomwer/gui/reconstruction/axis/axis.py +16 -13
- tomwer/gui/reconstruction/axis/radioaxis.py +0 -1
- tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +11 -0
- tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +5 -4
- tomwer/gui/stitching/stitching.py +8 -3
- tomwer/gui/visualization/dataviewer.py +27 -15
- tomwer/gui/visualization/diffviewer/diffviewer.py +9 -8
- tomwer/synctools/stacks/reconstruction/dkrefcopy.py +10 -0
- tomwer/tests/datasets.py +5 -1
- tomwer/utils.py +1 -4
- tomwer/version.py +1 -1
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/METADATA +34 -48
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/RECORD +34 -34
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/WHEEL +1 -1
- /tomwer-1.3.12-py3.11-nspkg.pth → /tomwer-1.3.26-py3.11-nspkg.pth +0 -0
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/LICENSE +0 -0
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/entry_points.txt +0 -0
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/namespace_packages.txt +0 -0
- {tomwer-1.3.12.dist-info → tomwer-1.3.26.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tomwer
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.26
|
4
4
|
Summary: "tomography workflow tools"
|
5
5
|
Home-page: https://gitlab.esrf.fr/tomotools/tomwer
|
6
6
|
Author: data analysis unit
|
@@ -18,49 +18,24 @@ Classifier: Operating System :: POSIX
|
|
18
18
|
Classifier: Natural Language :: English
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
21
|
-
Requires-Python: >=3.
|
22
|
-
Description-Content-Type: text/
|
21
|
+
Requires-Python: >=3.8
|
22
|
+
Description-Content-Type: text/x-rst
|
23
23
|
License-File: LICENSE
|
24
24
|
Requires-Dist: numpy
|
25
25
|
Requires-Dist: setuptools
|
26
26
|
Requires-Dist: psutil
|
27
27
|
Requires-Dist: silx[full] >=2.0
|
28
|
-
Requires-Dist: tomoscan
|
29
|
-
Requires-Dist: nxtomo
|
30
|
-
Requires-Dist: nxtomomill
|
28
|
+
Requires-Dist: tomoscan <2.1,>=2.0.0a11
|
29
|
+
Requires-Dist: nxtomo <1.3,>=1.2.3rc1
|
30
|
+
Requires-Dist: nxtomomill <1.1,>=1.0dev
|
31
31
|
Requires-Dist: processview >=1.3
|
32
32
|
Requires-Dist: ewoks >=0.1.1
|
33
|
-
Requires-Dist: ewoksorange
|
33
|
+
Requires-Dist: ewoksorange <0.7,>=0.6
|
34
34
|
Requires-Dist: sluurp >=0.3.3
|
35
35
|
Requires-Dist: packaging
|
36
36
|
Requires-Dist: flufl-lock
|
37
|
-
Requires-Dist: pyunitsystem
|
38
|
-
Provides-Extra: _dev_spec
|
39
|
-
Requires-Dist: black ; extra == '_dev_spec'
|
40
|
-
Requires-Dist: flake8 ; extra == '_dev_spec'
|
41
|
-
Requires-Dist: timeout-decorator ; extra == '_dev_spec'
|
42
|
-
Requires-Dist: pyopencl ; extra == '_dev_spec'
|
43
|
-
Provides-Extra: _full_base
|
44
|
-
Requires-Dist: orange-canvas-core ; extra == '_full_base'
|
45
|
-
Requires-Dist: orange-widget-base ; extra == '_full_base'
|
46
|
-
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == '_full_base'
|
47
|
-
Requires-Dist: rsyncmanager ; extra == '_full_base'
|
48
|
-
Requires-Dist: graypy ; extra == '_full_base'
|
49
|
-
Requires-Dist: fabio ; extra == '_full_base'
|
50
|
-
Requires-Dist: h5py >=3 ; extra == '_full_base'
|
51
|
-
Requires-Dist: lxml ; extra == '_full_base'
|
52
|
-
Requires-Dist: werkzeug ; extra == '_full_base'
|
53
|
-
Requires-Dist: json-rpc ; extra == '_full_base'
|
54
|
-
Requires-Dist: scipy ; extra == '_full_base'
|
55
|
-
Requires-Dist: Pillow ; extra == '_full_base'
|
56
|
-
Requires-Dist: glymur ; extra == '_full_base'
|
57
|
-
Requires-Dist: resource ; extra == '_full_base'
|
58
|
-
Requires-Dist: tifffile ; extra == '_full_base'
|
59
|
-
Requires-Dist: hdf5plugin ; extra == '_full_base'
|
60
|
-
Requires-Dist: pyicat-plus ; extra == '_full_base'
|
37
|
+
Requires-Dist: pyunitsystem <2.0,>=1.1.0
|
61
38
|
Provides-Extra: dev
|
62
|
-
Requires-Dist: orange-canvas-core ; extra == 'dev'
|
63
|
-
Requires-Dist: orange-widget-base ; extra == 'dev'
|
64
39
|
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'dev'
|
65
40
|
Requires-Dist: rsyncmanager ; extra == 'dev'
|
66
41
|
Requires-Dist: graypy ; extra == 'dev'
|
@@ -77,15 +52,13 @@ Requires-Dist: tifffile ; extra == 'dev'
|
|
77
52
|
Requires-Dist: hdf5plugin ; extra == 'dev'
|
78
53
|
Requires-Dist: pyicat-plus ; extra == 'dev'
|
79
54
|
Requires-Dist: nabu[full] >=2023.3.1dev ; extra == 'dev'
|
80
|
-
Requires-Dist: pycuda ; extra == 'dev'
|
55
|
+
Requires-Dist: pycuda <2024.1.1 ; extra == 'dev'
|
81
56
|
Requires-Dist: scikit-cuda ; extra == 'dev'
|
82
57
|
Requires-Dist: black ; extra == 'dev'
|
83
58
|
Requires-Dist: flake8 ; extra == 'dev'
|
84
59
|
Requires-Dist: timeout-decorator ; extra == 'dev'
|
85
60
|
Requires-Dist: pyopencl ; extra == 'dev'
|
86
61
|
Provides-Extra: dev_no_cuda
|
87
|
-
Requires-Dist: orange-canvas-core ; extra == 'dev_no_cuda'
|
88
|
-
Requires-Dist: orange-widget-base ; extra == 'dev_no_cuda'
|
89
62
|
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'dev_no_cuda'
|
90
63
|
Requires-Dist: rsyncmanager ; extra == 'dev_no_cuda'
|
91
64
|
Requires-Dist: graypy ; extra == 'dev_no_cuda'
|
@@ -101,14 +74,17 @@ Requires-Dist: resource ; extra == 'dev_no_cuda'
|
|
101
74
|
Requires-Dist: tifffile ; extra == 'dev_no_cuda'
|
102
75
|
Requires-Dist: hdf5plugin ; extra == 'dev_no_cuda'
|
103
76
|
Requires-Dist: pyicat-plus ; extra == 'dev_no_cuda'
|
104
|
-
Requires-Dist: nabu
|
77
|
+
Requires-Dist: nabu <2024.2,>=2023.3.1dev ; extra == 'dev_no_cuda'
|
105
78
|
Requires-Dist: black ; extra == 'dev_no_cuda'
|
106
79
|
Requires-Dist: flake8 ; extra == 'dev_no_cuda'
|
107
80
|
Requires-Dist: timeout-decorator ; extra == 'dev_no_cuda'
|
108
81
|
Requires-Dist: pyopencl ; extra == 'dev_no_cuda'
|
82
|
+
Provides-Extra: dev_spec
|
83
|
+
Requires-Dist: black ; extra == 'dev_spec'
|
84
|
+
Requires-Dist: flake8 ; extra == 'dev_spec'
|
85
|
+
Requires-Dist: timeout-decorator ; extra == 'dev_spec'
|
86
|
+
Requires-Dist: pyopencl ; extra == 'dev_spec'
|
109
87
|
Provides-Extra: doc
|
110
|
-
Requires-Dist: orange-canvas-core ; extra == 'doc'
|
111
|
-
Requires-Dist: orange-widget-base ; extra == 'doc'
|
112
88
|
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'doc'
|
113
89
|
Requires-Dist: rsyncmanager ; extra == 'doc'
|
114
90
|
Requires-Dist: graypy ; extra == 'doc'
|
@@ -124,7 +100,7 @@ Requires-Dist: resource ; extra == 'doc'
|
|
124
100
|
Requires-Dist: tifffile ; extra == 'doc'
|
125
101
|
Requires-Dist: hdf5plugin ; extra == 'doc'
|
126
102
|
Requires-Dist: pyicat-plus ; extra == 'doc'
|
127
|
-
Requires-Dist: nabu
|
103
|
+
Requires-Dist: nabu <2024.2,>=2023.3.1dev ; extra == 'doc'
|
128
104
|
Requires-Dist: Sphinx >=4.0.0 ; extra == 'doc'
|
129
105
|
Requires-Dist: nbsphinx ; extra == 'doc'
|
130
106
|
Requires-Dist: pandoc ; extra == 'doc'
|
@@ -133,8 +109,6 @@ Requires-Dist: pydata-sphinx-theme ; extra == 'doc'
|
|
133
109
|
Requires-Dist: sphinx-design ; extra == 'doc'
|
134
110
|
Requires-Dist: sphinx-autodoc-typehints ; extra == 'doc'
|
135
111
|
Provides-Extra: full
|
136
|
-
Requires-Dist: orange-canvas-core ; extra == 'full'
|
137
|
-
Requires-Dist: orange-widget-base ; extra == 'full'
|
138
112
|
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'full'
|
139
113
|
Requires-Dist: rsyncmanager ; extra == 'full'
|
140
114
|
Requires-Dist: graypy ; extra == 'full'
|
@@ -151,11 +125,25 @@ Requires-Dist: tifffile ; extra == 'full'
|
|
151
125
|
Requires-Dist: hdf5plugin ; extra == 'full'
|
152
126
|
Requires-Dist: pyicat-plus ; extra == 'full'
|
153
127
|
Requires-Dist: nabu[full] >=2023.3.1dev ; extra == 'full'
|
154
|
-
Requires-Dist: pycuda ; extra == 'full'
|
128
|
+
Requires-Dist: pycuda <2024.1.1 ; extra == 'full'
|
155
129
|
Requires-Dist: scikit-cuda ; extra == 'full'
|
130
|
+
Provides-Extra: full_base
|
131
|
+
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'full_base'
|
132
|
+
Requires-Dist: rsyncmanager ; extra == 'full_base'
|
133
|
+
Requires-Dist: graypy ; extra == 'full_base'
|
134
|
+
Requires-Dist: fabio ; extra == 'full_base'
|
135
|
+
Requires-Dist: h5py >=3 ; extra == 'full_base'
|
136
|
+
Requires-Dist: lxml ; extra == 'full_base'
|
137
|
+
Requires-Dist: werkzeug ; extra == 'full_base'
|
138
|
+
Requires-Dist: json-rpc ; extra == 'full_base'
|
139
|
+
Requires-Dist: scipy ; extra == 'full_base'
|
140
|
+
Requires-Dist: Pillow ; extra == 'full_base'
|
141
|
+
Requires-Dist: glymur ; extra == 'full_base'
|
142
|
+
Requires-Dist: resource ; extra == 'full_base'
|
143
|
+
Requires-Dist: tifffile ; extra == 'full_base'
|
144
|
+
Requires-Dist: hdf5plugin ; extra == 'full_base'
|
145
|
+
Requires-Dist: pyicat-plus ; extra == 'full_base'
|
156
146
|
Provides-Extra: full_no_cuda
|
157
|
-
Requires-Dist: orange-canvas-core ; extra == 'full_no_cuda'
|
158
|
-
Requires-Dist: orange-widget-base ; extra == 'full_no_cuda'
|
159
147
|
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'full_no_cuda'
|
160
148
|
Requires-Dist: rsyncmanager ; extra == 'full_no_cuda'
|
161
149
|
Requires-Dist: graypy ; extra == 'full_no_cuda'
|
@@ -171,10 +159,8 @@ Requires-Dist: resource ; extra == 'full_no_cuda'
|
|
171
159
|
Requires-Dist: tifffile ; extra == 'full_no_cuda'
|
172
160
|
Requires-Dist: hdf5plugin ; extra == 'full_no_cuda'
|
173
161
|
Requires-Dist: pyicat-plus ; extra == 'full_no_cuda'
|
174
|
-
Requires-Dist: nabu
|
162
|
+
Requires-Dist: nabu <2024.2,>=2023.3.1dev ; extra == 'full_no_cuda'
|
175
163
|
Provides-Extra: full_no_nabu
|
176
|
-
Requires-Dist: orange-canvas-core ; extra == 'full_no_nabu'
|
177
|
-
Requires-Dist: orange-widget-base ; extra == 'full_no_nabu'
|
178
164
|
Requires-Dist: ewoks[orange] >=0.1.1 ; extra == 'full_no_nabu'
|
179
165
|
Requires-Dist: rsyncmanager ; extra == 'full_no_nabu'
|
180
166
|
Requires-Dist: graypy ; extra == 'full_no_nabu'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tomwer-1.3.
|
1
|
+
tomwer-1.3.26-py3.11-nspkg.pth,sha256=UYCZtLWueceGiAlmXKRJUZ0TWQEubpPoQ1pVnAAsME0,502
|
2
2
|
orangecontrib/tomwer/__init__.py,sha256=B4DXy1gY_wXmNYa2aOfapmJb2mEuCAjoaNEGnpBs70g,148
|
3
3
|
orangecontrib/tomwer/state_summary.py,sha256=5_dPzweL3r0ye4ZfJo6IV2ThJI8fQhWoO2ySdJJajj8,1711
|
4
4
|
orangecontrib/tomwer/orange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -151,8 +151,8 @@ orangecontrib/tomwer/widgets/other/icons/hub.png,sha256=wnKSaxw2WnBkSQjI86aLZfdm
|
|
151
151
|
orangecontrib/tomwer/widgets/other/icons/hub.svg,sha256=9EYoBKY-P-cO17nM48OPA9VDZSCbyGtrMRc80BGHflk,3735
|
152
152
|
orangecontrib/tomwer/widgets/reconstruction/AxisOW.py,sha256=ffbMYzHWALir19bZhpXjYIgMfJjyyaeov9Uxp5tNyGs,22342
|
153
153
|
orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py,sha256=Ev-TrwZ-HxmdMfZMsz512vhCOgXpGImVsdNdlPSnQIM,9604
|
154
|
-
orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py,sha256=
|
155
|
-
orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py,sha256=
|
154
|
+
orangecontrib/tomwer/widgets/reconstruction/DarkRefAndCopyOW.py,sha256=nToQw3tj9Wm8s3wPsVBeMYh_F6FBtCsAKLsc2Dic4kk,11066
|
155
|
+
orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py,sha256=wEtgqonyhoPZQfARnJt86e5vUktzvY7e0zf15lqmyBY,6275
|
156
156
|
orangecontrib/tomwer/widgets/reconstruction/NabuOW.py,sha256=LzHxCuLrEQIVeGaYmcEO7rwxaT98mbXPdpMc6dCaAHE,12673
|
157
157
|
orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py,sha256=B4iZdYHmbsim4qQD5UaMCg2lcJa3ZAim3_AZQC7bYIk,19195
|
158
158
|
orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py,sha256=MS9l5_li0uglg-7UtY06sAaMTg01mBvI07LuYU2fbXg,18724
|
@@ -219,8 +219,8 @@ orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.png,sha256=8XwGE5m
|
|
219
219
|
orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg,sha256=2uT9_px6VBxkC6RxD0QrQVzcBusDlNVKwekh551EF0A,8454
|
220
220
|
tomwer/__init__.py,sha256=82Jp1abyG4UWdGuT4nNU7LxaUV6xxkOte5pIz3w69Do,1745
|
221
221
|
tomwer/__main__.py,sha256=jsDfWA2yl5am0dHQVkYwlKLxxqKNont6VDF-LusuawE,8575
|
222
|
-
tomwer/utils.py,sha256=
|
223
|
-
tomwer/version.py,sha256=
|
222
|
+
tomwer/utils.py,sha256=o6TW9xqGYyYLHUGvLiiYEiiDHP6lwWlX63jMLPNh374,8432
|
223
|
+
tomwer/version.py,sha256=dGf-wqIBSTPrgdjFzPNBiPqCVKb80q-diVY9tPTHZag,4387
|
224
224
|
tomwer/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
225
225
|
tomwer/app/axis.py,sha256=Ax0wlTp9u0Ll_3ax23QP5Ck16_M9Kop7wx0hAbXrXyM,6004
|
226
226
|
tomwer/app/canvas.py,sha256=RbQqgE7DuNjv4nGG6BNfnSevQO5_lCl7N71hGcLoxwE,1561
|
@@ -243,11 +243,11 @@ tomwer/app/scanviewer.py,sha256=yEaJ78p0ZaDVmk9pdKrEC7UqbabT59hzmAudy44jaiU,2708
|
|
243
243
|
tomwer/app/sinogramviewer.py,sha256=EnjcgeRM7-3j8j8tFEWIGL-bRM3lVq8wlGWvBV3uDuI,3677
|
244
244
|
tomwer/app/slicestack.py,sha256=YIH4bcOuFri_dHc2EkvYeBL_xv5N9rS8TwLFHaYsYV4,2428
|
245
245
|
tomwer/app/stopdatalistener.py,sha256=p5G6sP2DUXEREZzFf0QGowU9C7hX7nexWZHmC0bTIM4,957
|
246
|
-
tomwer/app/zstitching.py,sha256=
|
246
|
+
tomwer/app/zstitching.py,sha256=wKwJbLA_ZJ6NUDLmeramEYszUXtAw9gFTZKBRqTAYZQ,12817
|
247
247
|
tomwer/app/canvas_launcher/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
248
248
|
tomwer/app/canvas_launcher/config.py,sha256=vGvyskE-mOLV4PPUverFhx7lQbGuE6E9747ctGcLodY,7164
|
249
249
|
tomwer/app/canvas_launcher/environ.py,sha256=t_sgLAugHUA8d9SR6CZ6HfUHmAjS7ZcSf8I5KiwRayA,2501
|
250
|
-
tomwer/app/canvas_launcher/mainwindow.py,sha256=
|
250
|
+
tomwer/app/canvas_launcher/mainwindow.py,sha256=EwAudIgIr_uFryDn1k0AhYoVDX7gQ3Ipg7sm59houTk,19114
|
251
251
|
tomwer/app/canvas_launcher/splash.py,sha256=2z3q5QwoQ_ad-a2UI0R8hR3252MWG7DggXPOgDZfgBA,560
|
252
252
|
tomwer/app/canvas_launcher/widgetsscheme.py,sha256=S4x1LO798fOxL3-g2WDuAh0T2Y_Kbg79DbH3siwKPiM,2859
|
253
253
|
tomwer/core/__init__.py,sha256=lLfviCLw9VdT6SQ_9eYhqFe8QtUA-Dv-JDGpgxQ8Yzs,1373
|
@@ -257,7 +257,7 @@ tomwer/core/settings.py,sha256=9WUpakWAbnAkgPP2s71oaObK34FIq928ZQvrFkya404,5358
|
|
257
257
|
tomwer/core/signal.py,sha256=I5TUcyeBZzrEh1SFGs-ylJSL1aBs41ZFb3IJo3O_55c,6115
|
258
258
|
tomwer/core/tomwer_object.py,sha256=Io2UH9y28_2QjMkkHk0shQ9x15gZ_5xETgLDIqw94vc,1745
|
259
259
|
tomwer/core/cluster/__init__.py,sha256=vak-tOR_fqqnNqZ8xw2ecos-HAgKpZBbC7yk4JUjDKk,60
|
260
|
-
tomwer/core/cluster/cluster.py,sha256=
|
260
|
+
tomwer/core/cluster/cluster.py,sha256=1LCZBUJKPUISGgP_O6Ukuzze72Z__KQkLVeyzQAx3wI,5473
|
261
261
|
tomwer/core/log/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
262
262
|
tomwer/core/log/logger.py,sha256=KDHLUbaVx3hOuIk8WmzS61x1IkYgAZJ97nVYUI5-PTU,4099
|
263
263
|
tomwer/core/log/processlog.py,sha256=0XmoKVUpHjxvaOFEi56eqF1edHPzCfsCmjdMMZP2sxs,3697
|
@@ -284,7 +284,7 @@ tomwer/core/process/control/tomoobjserie.py,sha256=L--pjgc0P-2wCul9KERwT4jeq45Rk
|
|
284
284
|
tomwer/core/process/control/volumeselector.py,sha256=0uv1Q8k5Ms1h_iU-ldhb-Y35xsy1kHwQrbUQguV5M_A,370
|
285
285
|
tomwer/core/process/control/volumesymlink.py,sha256=lcHS5eJv5lr72BAXrTe0QfwQw8amXIu0lPRsPdL6o_o,7626
|
286
286
|
tomwer/core/process/control/datalistener/__init__.py,sha256=gSEeJEDX8E-8HzY7tmPc32QKfqSZHG4Ad06IxDrzOWo,52
|
287
|
-
tomwer/core/process/control/datalistener/datalistener.py,sha256=
|
287
|
+
tomwer/core/process/control/datalistener/datalistener.py,sha256=jJALoA6YEhxVokiST9Aoc68ex6wuKObZBUis3VmO2eM,22157
|
288
288
|
tomwer/core/process/control/datalistener/rpcserver.py,sha256=BAIpBqovcxr5R-F144uvAYYUVgqSiXeDRYuw-ZeVgF8,11104
|
289
289
|
tomwer/core/process/control/datawatcher/__init__.py,sha256=F9d_bGOr5iAPEfnKaf5XOEwQSR1wZp_wkzcDYNSuin4,50
|
290
290
|
tomwer/core/process/control/datawatcher/datawatcher.py,sha256=oU0nBmn_-cv_f8r-dTQM4I8QT5XPxLuQ6s4yLkf_PEk,16822
|
@@ -314,11 +314,11 @@ tomwer/core/process/reconstruction/axis/__init__.py,sha256=VSQkN6M6JvM_c55OiboNy
|
|
314
314
|
tomwer/core/process/reconstruction/axis/anglemode.py,sha256=sOkuTqO8sR8xd_tEwZHj-o1TA1z33AmwwZbrPnuYqmI,1896
|
315
315
|
tomwer/core/process/reconstruction/axis/axis.py,sha256=nkBkDjB5yGkxRNWtjnFrixwOE_qCx5iNloIpWEZne3M,42723
|
316
316
|
tomwer/core/process/reconstruction/axis/mode.py,sha256=CvYf-Mat3Vc6Ki1RSUQl4_Z02OKdmXUmpknnLmUgz5k,6750
|
317
|
-
tomwer/core/process/reconstruction/axis/params.py,sha256=
|
317
|
+
tomwer/core/process/reconstruction/axis/params.py,sha256=If_WYx8FZUxMeqMclUj_QfMMT1NVI-H1U5NAvem9VzI,33184
|
318
318
|
tomwer/core/process/reconstruction/axis/projectiontype.py,sha256=0w_NZ0N95iInHuEQCIxJIxt7K-YpCUo2fZ-_vhZ6D7Q,1543
|
319
319
|
tomwer/core/process/reconstruction/darkref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
320
320
|
tomwer/core/process/reconstruction/darkref/darkrefs.py,sha256=gbRq1IJ-9fxD71684wajQj3D_M9G6chm7ahZsjxTmpM,20862
|
321
|
-
tomwer/core/process/reconstruction/darkref/darkrefscopy.py,sha256=
|
321
|
+
tomwer/core/process/reconstruction/darkref/darkrefscopy.py,sha256=Oe65TZUS0XZ-5IuuuFMFGuu4aGxKChREPvVa_Ti85EU,14451
|
322
322
|
tomwer/core/process/reconstruction/darkref/params.py,sha256=Pnl8XJ4et-u169wzUdhB8_woBEXPXtrGPLZEbXSwZDQ,10080
|
323
323
|
tomwer/core/process/reconstruction/darkref/settings.py,sha256=35jliuOIjMKTOJjgn4uiotcDEr6RskpLHfRWWLm76dc,188
|
324
324
|
tomwer/core/process/reconstruction/nabu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -331,7 +331,7 @@ tomwer/core/process/reconstruction/nabu/nabuvolume.py,sha256=z7nyfXhMrp0Q3hAN3NY
|
|
331
331
|
tomwer/core/process/reconstruction/nabu/plane.py,sha256=Cgzth77M0pFgLDULmvmPj4bqFm5MvIMJ7Ien8mRqLsE,134
|
332
332
|
tomwer/core/process/reconstruction/nabu/settings.py,sha256=JpHKf0smiXeWC8i9Mj7h3g67teJ3Gqycd-Uwg2yzGOQ,2279
|
333
333
|
tomwer/core/process/reconstruction/nabu/target.py,sha256=_Z4gViprjR3Vm4KASqsASStLA9GM1wTyoi3Pg0PUSeg,1481
|
334
|
-
tomwer/core/process/reconstruction/nabu/utils.py,sha256=
|
334
|
+
tomwer/core/process/reconstruction/nabu/utils.py,sha256=Yih8BSAPLXC6MZ6yiVX6AHnkjUsYpSOoaUE6suBmBaQ,18435
|
335
335
|
tomwer/core/process/reconstruction/normalization/__init__.py,sha256=TDtATpMVFkEOT93wLXLpW0A_TOeiQDiM7AWAqX4FIB0,119
|
336
336
|
tomwer/core/process/reconstruction/normalization/normalization.py,sha256=G-eAZIct47RvzvHNMbKsG4Dt58vTSKhvH-NnIMzxzOs,13210
|
337
337
|
tomwer/core/process/reconstruction/normalization/params.py,sha256=porWC6G5lQWF-4JB03B56uGmuMxjx3u0ZMums-Bh2p8,4790
|
@@ -412,7 +412,7 @@ tomwer/core/utils/logconfig.py,sha256=xlMqmecIAfnvs4-xFTvbtmZZ_FrX1fY39jq8NC0Km3
|
|
412
412
|
tomwer/core/utils/normalization.py,sha256=szgQT_LuYiU7yDQ19wOjIGKcjnz_HqQdOQJKHkaugAY,2900
|
413
413
|
tomwer/core/utils/nxtomoutils.py,sha256=S4MwQAOhcKPbNaWhTewoA_OxsY9EcrpdDAy6BW84gQM,2685
|
414
414
|
tomwer/core/utils/resource.py,sha256=aJ5TDJpS9DthtwUiIbsBHU6ii-Odlnl_w2dUQ3DUkyI,1932
|
415
|
-
tomwer/core/utils/scanutils.py,sha256=
|
415
|
+
tomwer/core/utils/scanutils.py,sha256=C2SBcXjT0SwLzc9d-lZWuAp44SuLRnUBLCm8oODrHqU,15720
|
416
416
|
tomwer/core/utils/slurm.py,sha256=ven6uAHywHo4G5vjqGNRVljkH-LBJwFDPz5pBAXFK1U,1923
|
417
417
|
tomwer/core/utils/spec.py,sha256=QwtoyYkhi89t5IhrR-gbQ-Po5JByyD2HxOBMgdXwFUg,7560
|
418
418
|
tomwer/core/utils/threads.py,sha256=_JO6WEbdJo74ZhrFpojM2pVgDmenejump7a568fFu2E,3189
|
@@ -437,10 +437,10 @@ tomwer/gui/settings.py,sha256=2Uy0itj8Dg-Owtay852l_oSCop2CQBFqIU11iVj2-nE,244
|
|
437
437
|
tomwer/gui/stackplot.py,sha256=Bz-6Taen3RKAa6FYKeZ81M27r9hahbjAr7Cnx0TsPhE,25517
|
438
438
|
tomwer/gui/stacks.py,sha256=iyMDSmVRn4u1Nf7mqIcmYJEVw86GReEK4zepB6DKTmk,8650
|
439
439
|
tomwer/gui/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
440
|
-
tomwer/gui/cluster/slurm.py,sha256=
|
440
|
+
tomwer/gui/cluster/slurm.py,sha256=gjWj2PuyuWoRefCdOGy5tkt7gljEFyscK8ZXvsLaigo,26878
|
441
441
|
tomwer/gui/cluster/supervisor.py,sha256=afsXoPocymwhKABam1U2o8LshtVuTMdKaJXBWQAhVNY,17117
|
442
442
|
tomwer/gui/cluster/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
443
|
-
tomwer/gui/cluster/test/test_cluster.py,sha256=
|
443
|
+
tomwer/gui/cluster/test/test_cluster.py,sha256=x-DJQDyo8OW_JghDrRieALyVjhpYcpyZmTOs2z9ibQ8,3901
|
444
444
|
tomwer/gui/cluster/test/test_supervisor.py,sha256=0y24z3sAmc4_WMi-30XZGHgnM7ZqWoXRbu4KlTcZfQw,3212
|
445
445
|
tomwer/gui/conditions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
446
446
|
tomwer/gui/conditions/filter.py,sha256=8oKv3zCTzdwjqSjiplXkKkRRKn70vpfgpZRWMwIJ19Q,5549
|
@@ -461,7 +461,7 @@ tomwer/gui/control/nxtomomill.py,sha256=DI7DsO98O8h9mFcJ_1y1Kb8nD6w09at8YvJZNHR_
|
|
461
461
|
tomwer/gui/control/observations.py,sha256=oj2OqWYwiewgsZ5vNjzrMjB-YPopYyJmaBE5df09L7c,7735
|
462
462
|
tomwer/gui/control/reducedarkflatselector.py,sha256=hW2D69B2THZn8lIOaUQJHJ6aGIn-tHjcynEfIn4DftA,20536
|
463
463
|
tomwer/gui/control/scanselectorwidget.py,sha256=m3uxkoG4aNPPwamiI14l82PNS8tvIiOXmKhBJiwHgjU,2356
|
464
|
-
tomwer/gui/control/selectorwidgetbase.py,sha256=
|
464
|
+
tomwer/gui/control/selectorwidgetbase.py,sha256=faMzMHM4KDZ9L8irDnwSdGhwg2EjErbLPfXSNUqU9ko,5607
|
465
465
|
tomwer/gui/control/singletomoobj.py,sha256=5R_Uwgp5wdDQudxG2vyyq4Nj1GjhqH0HCeo_cFS7WuI,6777
|
466
466
|
tomwer/gui/control/tomoobjdisplaymode.py,sha256=u7JPqTD_stisI3ouckVr60yEqZuYWkpF_FI9rKhxPzo,159
|
467
467
|
tomwer/gui/control/volumeselectorwidget.py,sha256=mpbofAawBpzdc46IEkucTuiFJRDP18gWGdZjf5wUaTg,2082
|
@@ -494,12 +494,12 @@ tomwer/gui/debugtools/objectinspector.py,sha256=Mva9iK4bIxHvs3CcuHboWa4kiUEMoBeu
|
|
494
494
|
tomwer/gui/edit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
495
495
|
tomwer/gui/edit/dkrfpatch.py,sha256=UCXfEq3wV1x3OzEdzIzi6YxRN6SaEIZb-Yudt2YwnUs,17533
|
496
496
|
tomwer/gui/edit/imagekeyeditor.py,sha256=NjnPdKJif9bhfPXejJuRrj2TqTTMlOxlk4mb6mSBoHw,29728
|
497
|
-
tomwer/gui/edit/nxtomoeditor.py,sha256=
|
497
|
+
tomwer/gui/edit/nxtomoeditor.py,sha256=Bf2dVU73pV8oJXdS9Zms-L2e7KJTzfLdlwZeeKerPTk,28586
|
498
498
|
tomwer/gui/edit/nxtomowarmer.py,sha256=Vmsg8oUSzHpIvJVqF6xZd0aYKzPi_DDoNrGOIQbqBwU,2349
|
499
499
|
tomwer/gui/edit/test/__init__.py,sha256=OLK9ip_LryBfM_L40MReqjvJS3wdbWP_CpnBeD1NQTA,1368
|
500
500
|
tomwer/gui/edit/test/test_dkrf_patch.py,sha256=578ZPdVGOHls236XQqId7QqRrpdN5h3Hh8BePTlV03g,8001
|
501
501
|
tomwer/gui/edit/test/test_image_key_editor.py,sha256=hkeiB5plRR17YD499j6_yQatuIgKLa4F4NfjWVMzhY4,5965
|
502
|
-
tomwer/gui/edit/test/test_nx_editor.py,sha256=
|
502
|
+
tomwer/gui/edit/test/test_nx_editor.py,sha256=KMpptfEURWAKGwuPxRtrOpNYlbxSxu0Tulla2uLXVmw,13201
|
503
503
|
tomwer/gui/icat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
504
504
|
tomwer/gui/icat/createscreenshots.py,sha256=IeKBF-urVsEsjDH2gXpt3oG5Sx_OstC1mNJB7zFeWkk,3123
|
505
505
|
tomwer/gui/icat/gallery.py,sha256=puBAkqlwgV1Orki_g2IVXjssCn_PCPjNGJtC0RIPpxI,8700
|
@@ -507,10 +507,10 @@ tomwer/gui/icat/publish.py,sha256=E1DwyABMZeIHDcy88YFtLpg2GpvN_AFHn4aAJbcK13c,62
|
|
507
507
|
tomwer/gui/reconstruction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
508
508
|
tomwer/gui/reconstruction/axis/CompareImages.py,sha256=mrlXPCgq71lzmA_XACqrjdzRTK1iYJQBMrJMaeKZAq8,12870
|
509
509
|
tomwer/gui/reconstruction/axis/__init__.py,sha256=fUKWiRiG2o4Y-9RN-41VZMMM8L9Srl6QCn942VL5szY,94
|
510
|
-
tomwer/gui/reconstruction/axis/axis.py,sha256=
|
511
|
-
tomwer/gui/reconstruction/axis/radioaxis.py,sha256=
|
510
|
+
tomwer/gui/reconstruction/axis/axis.py,sha256=ygo7QHTKVGK2_zUZQsfl9uKbbGt_Es5kj-MaBzOe3hc,27607
|
511
|
+
tomwer/gui/reconstruction/axis/radioaxis.py,sha256=Pn28yfTXEPE6C0-LkDiFJKShKIVMzea0NAMqBCWJiC8,92717
|
512
512
|
tomwer/gui/reconstruction/darkref/__init__.py,sha256=g9LASP8OJjxCPEHXO14hN0OLjLkeUve6etaPm1LIz4c,1373
|
513
|
-
tomwer/gui/reconstruction/darkref/darkrefcopywidget.py,sha256=
|
513
|
+
tomwer/gui/reconstruction/darkref/darkrefcopywidget.py,sha256=cfU2EJv_9LfCrKTHwnYwt2Kj4G6lMPbw0lbD-yjyT-Y,12053
|
514
514
|
tomwer/gui/reconstruction/darkref/darkrefwidget.py,sha256=O33udHaezaanZD9L5D525KrB4FD77g_Spr7gAUxGEag,16468
|
515
515
|
tomwer/gui/reconstruction/nabu/__init__.py,sha256=v2WxaBpu2zpGu7DEV96zaKAtHgRlcpORuAG2S0iF9O0,44
|
516
516
|
tomwer/gui/reconstruction/nabu/castvolume.py,sha256=4lrfdBt_24p9_kb9qmytEtIfzPXFPzYVdV57wgMLVWQ,15003
|
@@ -526,7 +526,7 @@ tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py,sha256=6WnlS4vNMTdKJ5uj-uLvjeWx
|
|
526
526
|
tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py,sha256=tNrV-qSpN1oaXImGJgbnk3dLfdg6nUYa4Gji41VShWU,11529
|
527
527
|
tomwer/gui/reconstruction/nabu/nabuconfig/output.py,sha256=RWd1yO4tbCoqktYozVMaRdU5wQdvshjQM5Lf5jKbiNE,13952
|
528
528
|
tomwer/gui/reconstruction/nabu/nabuconfig/phase.py,sha256=5bGZI4fW970hCd5bTHWBYPNHZ7MU5--nasF_uD3qi0Y,15368
|
529
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py,sha256=
|
529
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py,sha256=3MaJRS4r3GlHzJ3JCNb9p9PrY6vn4FZr9B3eKiobyUs,31282
|
530
530
|
tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py,sha256=wFjJiHGe8XZFuTeF0EefgIYfPWZJEj6bsBLC6MPjNNs,38981
|
531
531
|
tomwer/gui/reconstruction/normalization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
532
532
|
tomwer/gui/reconstruction/normalization/intensity.py,sha256=GWFPxsRxDxFnUwCh4zEDKccjt5Mmnl9WWZYa5wte0Ys,33856
|
@@ -553,7 +553,7 @@ tomwer/gui/stitching/axisorderedlist.py,sha256=w74JrsazMtcrviSPRov61Yd2JguHgNRj9
|
|
553
553
|
tomwer/gui/stitching/metadataholder.py,sha256=jeR6_DM529aEmxQLeLM3CB-49GHq6KLY2Nc24kSC-HA,913
|
554
554
|
tomwer/gui/stitching/normalization.py,sha256=EuHyoMcjcOnqO7_gepvcjiQx3DBkSZhsNApOiG-o3yM,4454
|
555
555
|
tomwer/gui/stitching/stitchandbackground.py,sha256=0qavlnjKLCf5VcQn6KPHdQxTUG6s2dpW-pSbuJulEa8,5982
|
556
|
-
tomwer/gui/stitching/stitching.py,sha256=
|
556
|
+
tomwer/gui/stitching/stitching.py,sha256=q_KmbJMejAjwYV1jojT1zBUuSw2vSocGO7qy0uJBb8Y,57075
|
557
557
|
tomwer/gui/stitching/stitching_preview.py,sha256=DYkGXw7Tolef6GkmzfDLCbv-f9v92pHUi4K7T-aTokQ,9669
|
558
558
|
tomwer/gui/stitching/stitching_raw.py,sha256=eRCWpBa6scTe1FeSyvMK-3pepx-G-cg1EWEXQzotvhk,22353
|
559
559
|
tomwer/gui/stitching/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -587,7 +587,7 @@ tomwer/gui/utils/waiterthread.py,sha256=XEp6CRQt4aHCuyS2C6ZeQIMWESGilbuhaJjm9CzQ
|
|
587
587
|
tomwer/gui/utils/lineselector/__init__.py,sha256=GZ847ef5X2wk_sAHxg6h24TarPYmb4NZjQI3jjkc7jE,75
|
588
588
|
tomwer/gui/utils/lineselector/lineselector.py,sha256=R-RhrTQj1wTPylD0D9MKNzM6voJx-O-z4nhIVwMqj5M,8179
|
589
589
|
tomwer/gui/visualization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
590
|
-
tomwer/gui/visualization/dataviewer.py,sha256=
|
590
|
+
tomwer/gui/visualization/dataviewer.py,sha256=Hh76ttfOeZzJUQVaT5F5AGJONK6DdMu46A8OBkWIpGg,27694
|
591
591
|
tomwer/gui/visualization/fullscreenplot.py,sha256=ptLrhF8DUsYNMj-KDioe9Y-KxnOzqepGlS8K2A2hjck,3639
|
592
592
|
tomwer/gui/visualization/nxtomometadata.py,sha256=uR2bHPnMp66mOJkE9WscTcQaiasr01pt3IbLUPP1F5M,683
|
593
593
|
tomwer/gui/visualization/reconstructionparameters.py,sha256=19W0uAdkda8kzp9rWj4gbMuG4t16kBc3j6RwM_1hogk,10230
|
@@ -597,7 +597,7 @@ tomwer/gui/visualization/tomoobjoverview.py,sha256=YzocBQXhgnzI8IsJg5junE7218WcJ
|
|
597
597
|
tomwer/gui/visualization/volumeoverview.py,sha256=6Hv1TtsDlaGQPCJKW-IkGy_r5Buue-O95tl1KkpMD-0,2491
|
598
598
|
tomwer/gui/visualization/volumeviewer.py,sha256=LZq0sHlxpkPvBT5D4l7fbMj7jdwRBRylqswQy1bJD_c,16335
|
599
599
|
tomwer/gui/visualization/diffviewer/__init__.py,sha256=rZ7qOTfAChU3FouCdkZllXT9ZZqTdo1XhLZMfmOqUAE,39
|
600
|
-
tomwer/gui/visualization/diffviewer/diffviewer.py,sha256=
|
600
|
+
tomwer/gui/visualization/diffviewer/diffviewer.py,sha256=OZp3e8Fc8AkAKHIkfZI7wxLy9vmT8r40VXV1HPqQs5o,21910
|
601
601
|
tomwer/gui/visualization/diffviewer/shiftwidget.py,sha256=2hpGo6BvubcSbw2QOT823sL74AEWyU32UxnvVZ4bDok,20928
|
602
602
|
tomwer/gui/visualization/test/__init__.py,sha256=nRVmFmNtdzN5PElEurDCb9pDulWIha-fLu-VX8hNn5A,1368
|
603
603
|
tomwer/gui/visualization/test/test_dataviewer.py,sha256=uiF4_tYUsP2w9-R9JrpecerUj7XIQbv0AgRSYPV_itQ,2446
|
@@ -758,7 +758,7 @@ tomwer/synctools/stacks/edit/imagekeyeditor.py,sha256=NNDQWMJEuE50zBk_2zJAWbf6hC
|
|
758
758
|
tomwer/synctools/stacks/reconstruction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
759
759
|
tomwer/synctools/stacks/reconstruction/axis.py,sha256=9Gqh0isvLYupypOq3P7XM_lU4Hcni4l3V2aUZsAVLrc,8876
|
760
760
|
tomwer/synctools/stacks/reconstruction/castvolume.py,sha256=PaoMuTxcj4Ms6N2MFnrCzmaCCC3wEZItYAwQ8NApe_o,8282
|
761
|
-
tomwer/synctools/stacks/reconstruction/dkrefcopy.py,sha256=
|
761
|
+
tomwer/synctools/stacks/reconstruction/dkrefcopy.py,sha256=cHkvyOtbaqtaftnCyIhDF3oXRM-lXMWqBf-CVTqF198,7402
|
762
762
|
tomwer/synctools/stacks/reconstruction/nabu.py,sha256=dDqw74kobhkawquJIwLDQH--PN6LbbthlqZ9MQUBJi4,7816
|
763
763
|
tomwer/synctools/stacks/reconstruction/normalization.py,sha256=wcw-tHjKUQMcija0bCExDl0InYsKHZNTeTk4w_hnaDI,5362
|
764
764
|
tomwer/synctools/stacks/reconstruction/saaxis.py,sha256=N5LM4QPE1H06WXjEH-PGIMfWgCHkwR02QR3PENZ_JzE,7126
|
@@ -770,16 +770,16 @@ tomwer/synctools/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
770
770
|
tomwer/synctools/utils/scanstages.py,sha256=GaglgWjtlgTOtEH8F1tU_8EOP-dDsVWmtUt5sZ0FvUs,9263
|
771
771
|
tomwer/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
772
772
|
tomwer/tests/conftest.py,sha256=0XlKfOrVtPg8VmyQn4BoK_mzcliFUtacDGLlZ5wD_PM,1912
|
773
|
-
tomwer/tests/datasets.py,sha256=
|
773
|
+
tomwer/tests/datasets.py,sha256=49zmGibP1hUaejrjJYdBljqiUrYtqG1EBCvn9Fzzev0,419
|
774
774
|
tomwer/tests/test_scripts.py,sha256=LAVRe9PLj-8I-9upzd4QTXhktIpuaCFmVyw_e_Lhwrk,5117
|
775
775
|
tomwer/tests/test_utils.py,sha256=D0rNDSK6csEOYBY_7gD-4A3jp8rYAm8L1_Xg34A9I2s,305
|
776
776
|
tomwer/tests/utils.py,sha256=RAXx5A99WD4Vyuv_wjHBdr-Xu7UiThHRKw2eiB5GX10,107
|
777
777
|
tomwer/third_part/WaitingOverlay.py,sha256=GnqiytcJDp_24Cmz_2nZAP5HfpL3Yh7AzR2ATIusGsg,3906
|
778
778
|
tomwer/third_part/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
779
|
-
tomwer-1.3.
|
780
|
-
tomwer-1.3.
|
781
|
-
tomwer-1.3.
|
782
|
-
tomwer-1.3.
|
783
|
-
tomwer-1.3.
|
784
|
-
tomwer-1.3.
|
785
|
-
tomwer-1.3.
|
779
|
+
tomwer-1.3.26.dist-info/LICENSE,sha256=yR_hIZ1MfDh9x2_s23uFqBH7m5DgrBl9nJKkE37YChM,1877
|
780
|
+
tomwer-1.3.26.dist-info/METADATA,sha256=UE-r3hnDwi8j0un_WM9mkHMalBBNdWXn9GG5aCqjr2Y,10723
|
781
|
+
tomwer-1.3.26.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
782
|
+
tomwer-1.3.26.dist-info/entry_points.txt,sha256=fIcDnCxjgwzfIylLYhUsFyiNZjZMxsfRQBxi4f-cJg8,440
|
783
|
+
tomwer-1.3.26.dist-info/namespace_packages.txt,sha256=Iut-JTfT11SZHHm77_ZeszD7pZDWXcTweCbvrJpqDyQ,14
|
784
|
+
tomwer-1.3.26.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
|
785
|
+
tomwer-1.3.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|