dkist-processing-test 1.24.0rc2__py3-none-any.whl → 1.25.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.

Potentially problematic release.


This version of dkist-processing-test might be problematic. Click here for more details.

@@ -0,0 +1,340 @@
1
+ Metadata-Version: 2.4
2
+ Name: dkist-processing-test
3
+ Version: 1.25.0
4
+ Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
5
+ Author-email: NSO / AURA <dkistdc@nso.edu>
6
+ License: BSD-3-Clause
7
+ Project-URL: Homepage, https://nso.edu/dkist/data-center/
8
+ Project-URL: Repository, https://bitbucket.org/dkistdc/dkist-processing-test/
9
+ Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
10
+ Classifier: Programming Language :: Python
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Requires-Python: >=3.11
14
+ Description-Content-Type: text/x-rst
15
+ Requires-Dist: dkist-processing-common==10.6.2
16
+ Requires-Dist: dkist-header-validator==5.1.1
17
+ Requires-Dist: dkist-service-configuration==2.2
18
+ Requires-Dist: dkist-fits-specifications==4.11.0
19
+ Requires-Dist: numba==0.59.1
20
+ Requires-Dist: astropy==6.1.5
21
+ Requires-Dist: numpy==1.26.4
22
+ Requires-Dist: dkist-spectral-lines==3.0.0
23
+ Provides-Extra: test
24
+ Requires-Dist: pytest; extra == "test"
25
+ Requires-Dist: pytest-xdist; extra == "test"
26
+ Requires-Dist: pytest-cov; extra == "test"
27
+ Requires-Dist: pytest-mock; extra == "test"
28
+ Requires-Dist: dkist-data-simulator>=5.2.4; extra == "test"
29
+ Requires-Dist: dkist-processing-test[inventory]; extra == "test"
30
+ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
31
+ Requires-Dist: dkist-processing-test[quality]; extra == "test"
32
+ Provides-Extra: inventory
33
+ Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.7.0; extra == "inventory"
35
+ Provides-Extra: asdf
36
+ Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.7.0; extra == "asdf"
38
+ Provides-Extra: quality
39
+ Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
+ Provides-Extra: frozen
41
+ Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
42
+ Requires-Dist: Deprecated==1.2.18; extra == "frozen"
43
+ Requires-Dist: Flask==2.2.5; extra == "frozen"
44
+ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
45
+ Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
46
+ Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
47
+ Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
48
+ Requires-Dist: Flask-Limiter==3.12; extra == "frozen"
49
+ Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
50
+ Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
51
+ Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
52
+ Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
53
+ Requires-Dist: Jinja2==3.1.6; extra == "frozen"
54
+ Requires-Dist: Mako==1.3.9; extra == "frozen"
55
+ Requires-Dist: MarkupSafe==3.0.2; extra == "frozen"
56
+ Requires-Dist: PyJWT==2.10.1; extra == "frozen"
57
+ Requires-Dist: PyYAML==6.0.2; extra == "frozen"
58
+ Requires-Dist: Pygments==2.19.1; extra == "frozen"
59
+ Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
60
+ Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
61
+ Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
62
+ Requires-Dist: WTForms==3.2.1; extra == "frozen"
63
+ Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
64
+ Requires-Dist: aioftp==0.24.1; extra == "frozen"
65
+ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
+ Requires-Dist: aiohttp==3.11.14; extra == "frozen"
67
+ Requires-Dist: aiosignal==1.3.2; extra == "frozen"
68
+ Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
69
+ Requires-Dist: alembic==1.15.1; extra == "frozen"
70
+ Requires-Dist: amqp==5.3.1; extra == "frozen"
71
+ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
72
+ Requires-Dist: anyio==4.9.0; extra == "frozen"
73
+ Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
74
+ Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
75
+ Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
76
+ Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
77
+ Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
78
+ Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
79
+ Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
80
+ Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
81
+ Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
82
+ Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
83
+ Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
84
+ Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
85
+ Requires-Dist: apispec==6.8.1; extra == "frozen"
86
+ Requires-Dist: argcomplete==3.6.0; extra == "frozen"
87
+ Requires-Dist: asdf==3.5.0; extra == "frozen"
88
+ Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
89
+ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
90
+ Requires-Dist: asgiref==3.8.1; extra == "frozen"
91
+ Requires-Dist: asteval==1.0.6; extra == "frozen"
92
+ Requires-Dist: astropy==6.1.5; extra == "frozen"
93
+ Requires-Dist: astropy-iers-data==0.2025.3.17.0.34.53; extra == "frozen"
94
+ Requires-Dist: asyncpg==0.30.0; extra == "frozen"
95
+ Requires-Dist: attrs==25.3.0; extra == "frozen"
96
+ Requires-Dist: babel==2.17.0; extra == "frozen"
97
+ Requires-Dist: billiard==4.2.1; extra == "frozen"
98
+ Requires-Dist: blinker==1.9.0; extra == "frozen"
99
+ Requires-Dist: boto3==1.37.17; extra == "frozen"
100
+ Requires-Dist: botocore==1.37.17; extra == "frozen"
101
+ Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
+ Requires-Dist: celery==5.4.0; extra == "frozen"
103
+ Requires-Dist: certifi==2025.1.31; extra == "frozen"
104
+ Requires-Dist: cffi==1.17.1; extra == "frozen"
105
+ Requires-Dist: charset-normalizer==3.4.1; extra == "frozen"
106
+ Requires-Dist: click==8.1.8; extra == "frozen"
107
+ Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
108
+ Requires-Dist: click-plugins==1.1.1; extra == "frozen"
109
+ Requires-Dist: click-repl==0.3.0; extra == "frozen"
110
+ Requires-Dist: clickclick==20.10.2; extra == "frozen"
111
+ Requires-Dist: colorama==0.4.6; extra == "frozen"
112
+ Requires-Dist: colorlog==6.9.0; extra == "frozen"
113
+ Requires-Dist: connexion==2.14.2; extra == "frozen"
114
+ Requires-Dist: contourpy==1.3.1; extra == "frozen"
115
+ Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
116
+ Requires-Dist: croniter==6.0.0; extra == "frozen"
117
+ Requires-Dist: cryptography==44.0.2; extra == "frozen"
118
+ Requires-Dist: cycler==0.12.1; extra == "frozen"
119
+ Requires-Dist: dacite==1.9.2; extra == "frozen"
120
+ Requires-Dist: decorator==5.2.1; extra == "frozen"
121
+ Requires-Dist: dill==0.3.9; extra == "frozen"
122
+ Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
123
+ Requires-Dist: dkist-processing-common==10.6.2; extra == "frozen"
124
+ Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
125
+ Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.25.0; extra == "frozen"
127
+ Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
128
+ Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
+ Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
130
+ Requires-Dist: dnspython==2.7.0; extra == "frozen"
131
+ Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
132
+ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
133
+ Requires-Dist: email_validator==2.2.0; extra == "frozen"
134
+ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
135
+ Requires-Dist: flower==2.0.1; extra == "frozen"
136
+ Requires-Dist: fonttools==4.56.0; extra == "frozen"
137
+ Requires-Dist: frozenlist==1.5.0; extra == "frozen"
138
+ Requires-Dist: fsspec==2025.3.0; extra == "frozen"
139
+ Requires-Dist: globus-sdk==3.52.0; extra == "frozen"
140
+ Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
141
+ Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
142
+ Requires-Dist: gqlclient==1.2.3; extra == "frozen"
143
+ Requires-Dist: grpcio==1.71.0; extra == "frozen"
144
+ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
+ Requires-Dist: h11==0.14.0; extra == "frozen"
146
+ Requires-Dist: httpcore==1.0.7; extra == "frozen"
147
+ Requires-Dist: httpx==0.28.1; extra == "frozen"
148
+ Requires-Dist: humanize==4.12.1; extra == "frozen"
149
+ Requires-Dist: idna==3.10; extra == "frozen"
150
+ Requires-Dist: imageio==2.37.0; extra == "frozen"
151
+ Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
152
+ Requires-Dist: importlib_metadata==8.6.1; extra == "frozen"
153
+ Requires-Dist: inflection==0.5.1; extra == "frozen"
154
+ Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
+ Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
+ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
157
+ Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
158
+ Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
159
+ Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
160
+ Requires-Dist: kombu==5.5.0; extra == "frozen"
161
+ Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
162
+ Requires-Dist: limits==4.4.1; extra == "frozen"
163
+ Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
+ Requires-Dist: llvmlite==0.42.0; extra == "frozen"
165
+ Requires-Dist: lmfit==1.3.3; extra == "frozen"
166
+ Requires-Dist: lockfile==0.12.2; extra == "frozen"
167
+ Requires-Dist: loguru==0.7.3; extra == "frozen"
168
+ Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
169
+ Requires-Dist: marshmallow==3.26.1; extra == "frozen"
170
+ Requires-Dist: marshmallow-oneofschema==3.1.1; extra == "frozen"
171
+ Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
172
+ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
173
+ Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
174
+ Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
+ Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
+ Requires-Dist: more-itertools==10.6.0; extra == "frozen"
177
+ Requires-Dist: moviepy==2.1.2; extra == "frozen"
178
+ Requires-Dist: multidict==6.2.0; extra == "frozen"
179
+ Requires-Dist: nbformat==5.10.4; extra == "frozen"
180
+ Requires-Dist: numba==0.59.1; extra == "frozen"
181
+ Requires-Dist: numpy==1.26.4; extra == "frozen"
182
+ Requires-Dist: object-clerk==0.1.1; extra == "frozen"
183
+ Requires-Dist: opentelemetry-api==1.31.1; extra == "frozen"
184
+ Requires-Dist: opentelemetry-exporter-otlp==1.31.1; extra == "frozen"
185
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.1; extra == "frozen"
186
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.1; extra == "frozen"
187
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.1; extra == "frozen"
188
+ Requires-Dist: opentelemetry-proto==1.31.1; extra == "frozen"
189
+ Requires-Dist: opentelemetry-sdk==1.31.1; extra == "frozen"
190
+ Requires-Dist: opentelemetry-semantic-conventions==0.52b1; extra == "frozen"
191
+ Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
+ Requires-Dist: packaging==24.2; extra == "frozen"
193
+ Requires-Dist: pandas==2.2.3; extra == "frozen"
194
+ Requires-Dist: parfive==2.1.0; extra == "frozen"
195
+ Requires-Dist: pathspec==0.12.1; extra == "frozen"
196
+ Requires-Dist: pendulum==3.0.0; extra == "frozen"
197
+ Requires-Dist: pika==1.3.2; extra == "frozen"
198
+ Requires-Dist: pillow==10.4.0; extra == "frozen"
199
+ Requires-Dist: pip==25.0.1; extra == "frozen"
200
+ Requires-Dist: platformdirs==4.3.7; extra == "frozen"
201
+ Requires-Dist: pluggy==1.5.0; extra == "frozen"
202
+ Requires-Dist: prison==0.2.1; extra == "frozen"
203
+ Requires-Dist: proglog==0.1.10; extra == "frozen"
204
+ Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
205
+ Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
206
+ Requires-Dist: propcache==0.3.0; extra == "frozen"
207
+ Requires-Dist: protobuf==5.29.4; extra == "frozen"
208
+ Requires-Dist: psutil==7.0.0; extra == "frozen"
209
+ Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
210
+ Requires-Dist: py==1.11.0; extra == "frozen"
211
+ Requires-Dist: pycparser==2.22; extra == "frozen"
212
+ Requires-Dist: pydantic==2.10.6; extra == "frozen"
213
+ Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
214
+ Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
215
+ Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
216
+ Requires-Dist: pyparsing==3.2.1; extra == "frozen"
217
+ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
218
+ Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
219
+ Requires-Dist: python-dotenv==1.0.1; extra == "frozen"
220
+ Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
221
+ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
222
+ Requires-Dist: pytz==2025.1; extra == "frozen"
223
+ Requires-Dist: redis==4.6.0; extra == "frozen"
224
+ Requires-Dist: referencing==0.36.2; extra == "frozen"
225
+ Requires-Dist: requests==2.32.3; extra == "frozen"
226
+ Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
227
+ Requires-Dist: retry==0.9.2; extra == "frozen"
228
+ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
229
+ Requires-Dist: rich==13.9.4; extra == "frozen"
230
+ Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
231
+ Requires-Dist: rpds-py==0.23.1; extra == "frozen"
232
+ Requires-Dist: s3transfer==0.11.4; extra == "frozen"
233
+ Requires-Dist: scipy==1.15.2; extra == "frozen"
234
+ Requires-Dist: semantic-version==2.10.0; extra == "frozen"
235
+ Requires-Dist: setproctitle==1.3.5; extra == "frozen"
236
+ Requires-Dist: setuptools==75.6.0; extra == "frozen"
237
+ Requires-Dist: six==1.17.0; extra == "frozen"
238
+ Requires-Dist: sniffio==1.3.1; extra == "frozen"
239
+ Requires-Dist: sqids==0.5.1; extra == "frozen"
240
+ Requires-Dist: sqlparse==0.5.3; extra == "frozen"
241
+ Requires-Dist: sunpy==6.1.1; extra == "frozen"
242
+ Requires-Dist: tabulate==0.9.0; extra == "frozen"
243
+ Requires-Dist: talus==1.1.0; extra == "frozen"
244
+ Requires-Dist: tenacity==9.0.0; extra == "frozen"
245
+ Requires-Dist: termcolor==2.5.0; extra == "frozen"
246
+ Requires-Dist: text-unidecode==1.3; extra == "frozen"
247
+ Requires-Dist: time-machine==2.16.0; extra == "frozen"
248
+ Requires-Dist: tornado==6.4.2; extra == "frozen"
249
+ Requires-Dist: tqdm==4.67.1; extra == "frozen"
250
+ Requires-Dist: traitlets==5.14.3; extra == "frozen"
251
+ Requires-Dist: typing_extensions==4.12.2; extra == "frozen"
252
+ Requires-Dist: tzdata==2025.1; extra == "frozen"
253
+ Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
+ Requires-Dist: uncertainties==3.2.2; extra == "frozen"
255
+ Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
256
+ Requires-Dist: urllib3==2.3.0; extra == "frozen"
257
+ Requires-Dist: vine==5.1.0; extra == "frozen"
258
+ Requires-Dist: voluptuous==0.15.2; extra == "frozen"
259
+ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
260
+ Requires-Dist: wirerope==1.0.0; extra == "frozen"
261
+ Requires-Dist: wrapt==1.17.2; extra == "frozen"
262
+ Requires-Dist: yamale==6.0.0; extra == "frozen"
263
+ Requires-Dist: yarl==1.18.3; extra == "frozen"
264
+ Requires-Dist: zipp==3.21.0; extra == "frozen"
265
+
266
+ dkist-processing-test
267
+ ---------------------
268
+
269
+ |codecov|
270
+
271
+ Overview
272
+ --------
273
+ The dkist-processing-test library serves as an example implementation of a Tasks and Workflows using the
274
+ `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ framework and
275
+ `dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_ Tasks.
276
+
277
+ The recommended project structure is to separate tasks and workflows into separate packages.
278
+
279
+ Build
280
+ -----
281
+ Artifacts are built through `bitbucket pipelines <bitbucket-pipelines.yml>`_
282
+
283
+ The pipeline can be used in other repos with a modification of the package and artifact locations
284
+ to use the names relevant to the target repo.
285
+
286
+ e.g. dkist-processing-test -> dkist-processing-vbi and dkist_processing_test -> dkist_processing_vbi
287
+
288
+ Deployment
289
+ ----------
290
+ Deployment is done with `turtlebot <https://bitbucket.org/dkistdc/turtlebot/src/master/>`_ and follows
291
+ the process detailed in `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_
292
+
293
+ Environment Variables
294
+ ---------------------
295
+ Only those specified by `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and `dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_
296
+
297
+ Development
298
+ -----------
299
+
300
+ .. code-block:: bash
301
+
302
+ git clone git@bitbucket.org:dkistdc/dkist-processing-test.git
303
+ cd dkist-processing-test
304
+ pre-commit install
305
+ pip install -e .[test]
306
+ pytest -v --cov dkist_processing_test
307
+
308
+ Deployment
309
+ ----------
310
+
311
+ When a new release is ready to be built the following steps need to be taken:
312
+
313
+ 1. Freezing Dependencies
314
+ #########################
315
+
316
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
317
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
318
+
319
+ To freeze dependencies run
320
+
321
+ .. code-block:: bash
322
+
323
+ ddt freeze vX.Y.Z[rcK]
324
+
325
+ Where "vX.Y.Z[rcK]" is the version about to be released.
326
+
327
+ 2. Tag and Push
328
+ ###############
329
+
330
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
331
+
332
+ .. code-block:: bash
333
+
334
+ git tag vX.Y.Z[rcK]
335
+ git push --tags origin BRANCH
336
+
337
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
338
+
339
+ .. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-test/graph/badge.svg?token=U004CWS46G
340
+ :target: https://codecov.io/bb/dkistdc/dkist-processing-test
@@ -28,7 +28,7 @@ dkist_processing_test/workflows/fail.py,sha256=KGhyAF7gKYYutP4aGa-1tDqPsC7Nr4xKY
28
28
  dkist_processing_test/workflows/noop.py,sha256=k2-6BpRkl1JDGaHPavxDzIlVx11KQtxKmsHmHTNQ9o0,666
29
29
  dkist_processing_test/workflows/resource_queue.py,sha256=_jOT99O0MFN_ACne6i8T5ZIwe_lBQqGz2Ccb8JlqQMI,500
30
30
  dkist_processing_test/workflows/trial_end_to_end.py,sha256=4QSphBegbetDben5PdA5_J64hWJVV8ciVdF90qkyZCo,2415
31
- dkist_processing_test-1.24.0rc2.dist-info/METADATA,sha256=-FfJjl9SQ-SYFlB6p7STSE3uY0KZxTu3OmolTDKX4K0,3274
32
- dkist_processing_test-1.24.0rc2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
33
- dkist_processing_test-1.24.0rc2.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
34
- dkist_processing_test-1.24.0rc2.dist-info/RECORD,,
31
+ dkist_processing_test-1.25.0.dist-info/METADATA,sha256=nwPG8JKBVgiFz5VslkOIIAi8CI5L93FTYAG15rDLxRo,16495
32
+ dkist_processing_test-1.25.0.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
33
+ dkist_processing_test-1.25.0.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
34
+ dkist_processing_test-1.25.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,79 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: dkist-processing-test
3
- Version: 1.24.0rc2
4
- Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
5
- Author-email: NSO / AURA <dkistdc@nso.edu>
6
- License: BSD-3-Clause
7
- Project-URL: Homepage, https://nso.edu/dkist/data-center/
8
- Project-URL: Repository, https://bitbucket.org/dkistdc/dkist-processing-test/
9
- Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
10
- Classifier: Programming Language :: Python
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.11
13
- Requires-Python: >=3.11
14
- Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==10.5.4rc2
16
- Requires-Dist: dkist-header-validator==5.1.1
17
- Requires-Dist: dkist-service-configuration==2.2
18
- Requires-Dist: dkist-fits-specifications==4.10.0
19
- Requires-Dist: numba==0.59.1
20
- Requires-Dist: astropy==7.0.0
21
- Requires-Dist: numpy==1.26.4
22
- Requires-Dist: dkist-spectral-lines==3.0.0
23
- Provides-Extra: test
24
- Requires-Dist: pytest; extra == "test"
25
- Requires-Dist: pytest-xdist; extra == "test"
26
- Requires-Dist: pytest-cov; extra == "test"
27
- Requires-Dist: pytest-mock; extra == "test"
28
- Requires-Dist: dkist-data-simulator>=5.2.0; extra == "test"
29
- Requires-Dist: dkist-processing-test[inventory]; extra == "test"
30
- Requires-Dist: dkist-processing-test[asdf]; extra == "test"
31
- Requires-Dist: dkist-processing-test[quality]; extra == "test"
32
- Provides-Extra: inventory
33
- Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
34
- Requires-Dist: dkist-inventory==1.4.3; extra == "inventory"
35
- Provides-Extra: asdf
36
- Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.4.3; extra == "asdf"
38
- Provides-Extra: quality
39
- Requires-Dist: dkist-quality==1.1.1; extra == "quality"
40
-
41
- dkist-processing-test
42
- ---------------------
43
-
44
- Overview
45
- --------
46
- The dkist-processing-test library serves as an example implementation of a Tasks and Workflows using the
47
- `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ framework and
48
- `dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_ Tasks.
49
-
50
- The recommended project structure is to separate tasks and workflows into separate packages.
51
-
52
- Build
53
- -----
54
- Artifacts are built through `bitbucket pipelines <bitbucket-pipelines.yml>`_
55
-
56
- The pipeline can be used in other repos with a modification of the package and artifact locations
57
- to use the names relevant to the target repo.
58
-
59
- e.g. dkist-processing-test -> dkist-processing-vbi and dkist_processing_test -> dkist_processing_vbi
60
-
61
- Deployment
62
- ----------
63
- Deployment is done with `turtlebot <https://bitbucket.org/dkistdc/turtlebot/src/master/>`_ and follows
64
- the process detailed in `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_
65
-
66
- Environment Variables
67
- ---------------------
68
- Only those specified by `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and `dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_
69
-
70
- Development
71
- -----------
72
-
73
- .. code-block:: bash
74
-
75
- git clone git@bitbucket.org:dkistdc/dkist-processing-test.git
76
- cd dkist-processing-test
77
- pre-commit install
78
- pip install -e .[test]
79
- pytest -v --cov dkist_processing_test