dkist-processing-test 1.36.0__py3-none-any.whl → 1.36.1__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- dkist_processing_test/tests/test_tasks.py +12 -0
- {dkist_processing_test-1.36.0.dist-info → dkist_processing_test-1.36.1.dist-info}/METADATA +32 -30
- {dkist_processing_test-1.36.0.dist-info → dkist_processing_test-1.36.1.dist-info}/RECORD +5 -5
- {dkist_processing_test-1.36.0.dist-info → dkist_processing_test-1.36.1.dist-info}/WHEEL +0 -0
- {dkist_processing_test-1.36.0.dist-info → dkist_processing_test-1.36.1.dist-info}/top_level.txt +0 -0
|
@@ -447,6 +447,18 @@ class CommonDataset(Spec122Dataset):
|
|
|
447
447
|
self.add_constant_key("DKIST008", num_dsps_repeats)
|
|
448
448
|
self.add_constant_key("BZERO", 0)
|
|
449
449
|
self.add_constant_key("BSCALE", 1)
|
|
450
|
+
self.add_constant_key("CAM__001", "camera_id")
|
|
451
|
+
self.add_constant_key("CAM__002", "camera_name")
|
|
452
|
+
self.add_constant_key("CAM__003", 1) # camera_bit_depth
|
|
453
|
+
self.add_constant_key("CAM__009", 1) # hardware_binning_x
|
|
454
|
+
self.add_constant_key("CAM__010", 1) # hardware_binning_y
|
|
455
|
+
self.add_constant_key("CAM__011", 1) # software_binning_x
|
|
456
|
+
self.add_constant_key("CAM__012", 1) # software_binning_y
|
|
457
|
+
self.add_constant_key("ID___014", "v1") # hls_version
|
|
458
|
+
self.add_constant_key("TELTRACK", "Fixed Solar Rotation Tracking")
|
|
459
|
+
self.add_constant_key("TTBLTRCK", "fixed angle on sun")
|
|
460
|
+
self.add_constant_key("TELSCAN", "Raster")
|
|
461
|
+
self.add_constant_key("CAM__014", 10) # num_raw_frames_per_fpa
|
|
450
462
|
|
|
451
463
|
# Because these test data are from "ViSP" we need to add these keys,
|
|
452
464
|
# which would normally be added by the `*-processing-visp` science task (although they are not
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.36.
|
|
3
|
+
Version: 1.36.1
|
|
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
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.7.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -45,14 +45,14 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.12; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
|
|
53
53
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
54
54
|
Requires-Dist: Mako==1.3.10; extra == "frozen"
|
|
55
|
-
Requires-Dist: MarkupSafe==3.0.
|
|
55
|
+
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
57
57
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
58
58
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
@@ -63,7 +63,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.
|
|
66
|
+
Requires-Dist: aiohttp==3.13.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosmtplib==4.0.2; extra == "frozen"
|
|
69
69
|
Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
@@ -80,27 +80,27 @@ Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
|
80
80
|
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
81
81
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.3.
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.3.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.4; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
87
87
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: asgiref==3.
|
|
90
|
+
Requires-Dist: asgiref==3.10.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.10.6.0.35.25; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: attrs==25.
|
|
95
|
+
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.40.
|
|
100
|
-
Requires-Dist: botocore==1.40.
|
|
99
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: certifi==2025.
|
|
103
|
+
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
106
106
|
Requires-Dist: click==8.3.0; extra == "frozen"
|
|
@@ -114,16 +114,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
115
115
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
116
116
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: cryptography==46.0.
|
|
117
|
+
Requires-Dist: cryptography==46.0.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==11.
|
|
123
|
+
Requires-Dist: dkist-processing-common==11.7.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.36.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.36.1; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -131,13 +131,14 @@ Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
133
133
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
134
|
-
Requires-Dist: fonttools==4.60.
|
|
135
|
-
Requires-Dist: frozenlist==1.
|
|
134
|
+
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
135
|
+
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: globus-sdk==3.
|
|
137
|
+
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
139
139
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
141
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
141
142
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
142
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,7 +158,7 @@ Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
|
157
158
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
158
159
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
159
160
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
160
|
-
Requires-Dist: limits==5.
|
|
161
|
+
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
161
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
162
163
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
163
164
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
@@ -167,13 +168,13 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
167
168
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
168
169
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
169
170
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
170
|
-
Requires-Dist: matplotlib==3.10.
|
|
171
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
171
172
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
173
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
174
175
|
Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
175
176
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
176
|
-
Requires-Dist: multidict==6.
|
|
177
|
+
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
177
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
178
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
179
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -204,28 +205,29 @@ Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
|
204
205
|
Requires-Dist: opentelemetry-util-http==0.58b0; extra == "frozen"
|
|
205
206
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
206
207
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
207
|
-
Requires-Dist: pandas==2.3.
|
|
208
|
+
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
208
209
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
210
|
+
Requires-Dist: pathlib_abc==0.5.1; extra == "frozen"
|
|
209
211
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
210
212
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
211
213
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
212
214
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
213
215
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
214
|
-
Requires-Dist: platformdirs==4.
|
|
216
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
215
217
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
216
218
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
217
219
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
218
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
219
221
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
220
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
221
|
-
Requires-Dist: propcache==0.
|
|
223
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
222
224
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
223
225
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
224
226
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
225
227
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
226
|
-
Requires-Dist: pydantic==2.
|
|
228
|
+
Requires-Dist: pydantic==2.12.0; extra == "frozen"
|
|
227
229
|
Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
|
|
228
|
-
Requires-Dist: pydantic_core==2.
|
|
230
|
+
Requires-Dist: pydantic_core==2.41.1; extra == "frozen"
|
|
229
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
230
232
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
231
233
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -239,7 +241,7 @@ Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
|
239
241
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
240
242
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
241
243
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
242
|
-
Requires-Dist: rich==
|
|
244
|
+
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
243
245
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
244
246
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
245
247
|
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
@@ -260,12 +262,12 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
260
262
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
261
263
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
262
264
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
263
|
-
Requires-Dist: typing-inspection==0.4.
|
|
265
|
+
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
264
266
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
265
267
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
266
268
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
267
269
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
268
|
-
Requires-Dist: universal_pathlib==0.
|
|
270
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
269
271
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
270
272
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
271
273
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -273,7 +275,7 @@ Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
|
273
275
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
274
276
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
275
277
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
276
|
-
Requires-Dist: yarl==1.
|
|
278
|
+
Requires-Dist: yarl==1.22.0; extra == "frozen"
|
|
277
279
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
278
280
|
|
|
279
281
|
dkist-processing-test
|
|
@@ -16,7 +16,7 @@ dkist_processing_test/tasks/quality.py,sha256=LHvcSjAgwDQx3nlcG1v-5WlMA9aCY1pANx
|
|
|
16
16
|
dkist_processing_test/tasks/write_l1.py,sha256=lpNyCI3kH_pnL0Wi1LHhNRjRHNxu6q76xccCNHm7uwA,2074
|
|
17
17
|
dkist_processing_test/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
dkist_processing_test/tests/conftest.py,sha256=JWf49HUSuw_JxrYuyIWYifsEefQj1FTlx1N8gCv5xMo,2729
|
|
19
|
-
dkist_processing_test/tests/test_tasks.py,sha256=
|
|
19
|
+
dkist_processing_test/tests/test_tasks.py,sha256=SOunZi6jLCFrJJGn5PiYmq1ltvI0SnOHyoPSd8lMSDs,35158
|
|
20
20
|
dkist_processing_test/tests/test_workflows.py,sha256=LIbb-XKvq8Zick4To-EvP8TbsZ12L8rkd24dtLVZlAc,287
|
|
21
21
|
dkist_processing_test/workflows/__init__.py,sha256=Ryn_HXsVkZM_lLKyVteXC909Td2geylmz_1Z-8SE8c8,78
|
|
22
22
|
dkist_processing_test/workflows/common_tasks.py,sha256=D7nvoI8n2X344cbof9LL1BXGhFVXmakPr8KcDJxdDwg,6838
|
|
@@ -26,7 +26,7 @@ dkist_processing_test/workflows/fail.py,sha256=rWNnqYb5Nl98GTbpECJvf4z2TBcU0UTZ5
|
|
|
26
26
|
dkist_processing_test/workflows/noop.py,sha256=vXR0fVRyEAiFQMukjYoVwPYUJxcRJaMh_rUGJqJDDL0,666
|
|
27
27
|
dkist_processing_test/workflows/resource_queue.py,sha256=IcNuaN1O0-SLf1KMsnH6RFcXr_6r2Jc8ddr9o-lXs9c,500
|
|
28
28
|
dkist_processing_test/workflows/trial_end_to_end.py,sha256=pm_yz8tmp8rfvN0-84VZW_LeOFEUVjfFE5pGMZLCLW8,2416
|
|
29
|
-
dkist_processing_test-1.36.
|
|
30
|
-
dkist_processing_test-1.36.
|
|
31
|
-
dkist_processing_test-1.36.
|
|
32
|
-
dkist_processing_test-1.36.
|
|
29
|
+
dkist_processing_test-1.36.1.dist-info/METADATA,sha256=pzc3txvEd7CFWLzN9yWFAKqhSuIhlO_BMTjmrTWIGu8,23619
|
|
30
|
+
dkist_processing_test-1.36.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
dkist_processing_test-1.36.1.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
|
|
32
|
+
dkist_processing_test-1.36.1.dist-info/RECORD,,
|
|
File without changes
|
{dkist_processing_test-1.36.0.dist-info → dkist_processing_test-1.36.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|