dkist-processing-test 1.28.0__tar.gz → 1.29.0__tar.gz
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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist_processing_test-1.28.0/dkist_processing_test.egg-info → dkist_processing_test-1.29.0}/PKG-INFO +7 -7
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0/dkist_processing_test.egg-info}/PKG-INFO +7 -7
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test.egg-info/requires.txt +6 -6
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/pyproject.toml +8 -8
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/.gitignore +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/.snyk +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/README.rst +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.29.0
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.8.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.4; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.8.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.4; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -61,7 +61,7 @@ Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
|
61
61
|
Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
|
|
62
62
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
|
-
Requires-Dist: aioftp==0.
|
|
64
|
+
Requires-Dist: aioftp==0.26.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: aiohttp==3.12.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
@@ -104,7 +104,7 @@ Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: click-plugins==1.1.1; extra == "frozen"
|
|
107
|
+
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
108
108
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.9.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.29.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -174,7 +174,7 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
|
174
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
175
175
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: multidict==6.
|
|
177
|
+
Requires-Dist: multidict==6.5.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.29.0
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.8.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.4; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.8.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.4; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -61,7 +61,7 @@ Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
|
61
61
|
Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
|
|
62
62
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
|
-
Requires-Dist: aioftp==0.
|
|
64
|
+
Requires-Dist: aioftp==0.26.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: aiohttp==3.12.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
@@ -104,7 +104,7 @@ Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: click-plugins==1.1.1; extra == "frozen"
|
|
107
|
+
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
108
108
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.9.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.29.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -174,7 +174,7 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
|
174
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
175
175
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: multidict==6.
|
|
177
|
+
Requires-Dist: multidict==6.5.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.8.
|
|
12
|
+
dkist-inventory[asdf]==1.8.4
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -35,7 +35,7 @@ SQLAlchemy-JSONField==1.0.2
|
|
|
35
35
|
SQLAlchemy-Utils==0.41.2
|
|
36
36
|
WTForms==3.2.1
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
|
-
aioftp==0.
|
|
38
|
+
aioftp==0.26.1
|
|
39
39
|
aiohappyeyeballs==2.6.1
|
|
40
40
|
aiohttp==3.12.13
|
|
41
41
|
aiosignal==1.3.2
|
|
@@ -78,7 +78,7 @@ cffi==1.17.1
|
|
|
78
78
|
charset-normalizer==3.4.2
|
|
79
79
|
click==8.2.1
|
|
80
80
|
click-didyoumean==0.3.1
|
|
81
|
-
click-plugins==1.1.1
|
|
81
|
+
click-plugins==1.1.1.2
|
|
82
82
|
click-repl==0.3.0
|
|
83
83
|
clickclick==20.10.2
|
|
84
84
|
colorama==0.4.6
|
|
@@ -96,7 +96,7 @@ dkist-header-validator==5.2.1
|
|
|
96
96
|
dkist-processing-common==10.9.0
|
|
97
97
|
dkist-processing-core==5.1.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.
|
|
99
|
+
dkist-processing-test==1.29.0
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
@@ -148,7 +148,7 @@ mdurl==0.1.2
|
|
|
148
148
|
methodtools==0.4.7
|
|
149
149
|
more-itertools==10.7.0
|
|
150
150
|
moviepy==2.2.1
|
|
151
|
-
multidict==6.
|
|
151
|
+
multidict==6.5.1
|
|
152
152
|
nbformat==5.10.4
|
|
153
153
|
numba==0.61.2
|
|
154
154
|
numpy==2.2.5
|
|
@@ -238,7 +238,7 @@ zipp==3.23.0
|
|
|
238
238
|
|
|
239
239
|
[inventory]
|
|
240
240
|
dkist-processing-common[inventory]
|
|
241
|
-
dkist-inventory==1.8.
|
|
241
|
+
dkist-inventory==1.8.4
|
|
242
242
|
|
|
243
243
|
[quality]
|
|
244
244
|
dkist-quality==1.2.1
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.
|
|
13
|
-
date = 2025-06-
|
|
12
|
+
version = "1.29.0"
|
|
13
|
+
date = 2025-06-25T10:56:51.844389
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.8.
|
|
57
|
+
"dkist-inventory==1.8.4",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.8.
|
|
61
|
+
"dkist-inventory[asdf]==1.8.4",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 1.2.1",
|
|
@@ -87,7 +87,7 @@ frozen = [
|
|
|
87
87
|
"SQLAlchemy-Utils == 0.41.2",
|
|
88
88
|
"WTForms == 3.2.1",
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
|
-
"aioftp == 0.
|
|
90
|
+
"aioftp == 0.26.1",
|
|
91
91
|
"aiohappyeyeballs == 2.6.1",
|
|
92
92
|
"aiohttp == 3.12.13",
|
|
93
93
|
"aiosignal == 1.3.2",
|
|
@@ -130,7 +130,7 @@ frozen = [
|
|
|
130
130
|
"charset-normalizer == 3.4.2",
|
|
131
131
|
"click == 8.2.1",
|
|
132
132
|
"click-didyoumean == 0.3.1",
|
|
133
|
-
"click-plugins == 1.1.1",
|
|
133
|
+
"click-plugins == 1.1.1.2",
|
|
134
134
|
"click-repl == 0.3.0",
|
|
135
135
|
"clickclick == 20.10.2",
|
|
136
136
|
"colorama == 0.4.6",
|
|
@@ -148,7 +148,7 @@ frozen = [
|
|
|
148
148
|
"dkist-processing-common == 10.9.0",
|
|
149
149
|
"dkist-processing-core == 5.1.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.
|
|
151
|
+
"dkist-processing-test == 1.29.0",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -200,7 +200,7 @@ frozen = [
|
|
|
200
200
|
"methodtools == 0.4.7",
|
|
201
201
|
"more-itertools == 10.7.0",
|
|
202
202
|
"moviepy == 2.2.1",
|
|
203
|
-
"multidict == 6.
|
|
203
|
+
"multidict == 6.5.1",
|
|
204
204
|
"nbformat == 5.10.4",
|
|
205
205
|
"numba == 0.61.2",
|
|
206
206
|
"numpy == 2.2.5",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.28.0 → dkist_processing_test-1.29.0}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|