dkist-processing-test 1.24.0rc1__tar.gz → 1.25.0rc1__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.

Files changed (47) hide show
  1. dkist_processing_test-1.25.0rc1/.snyk +3 -0
  2. dkist_processing_test-1.25.0rc1/PKG-INFO +340 -0
  3. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/README.rst +36 -0
  4. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/bitbucket-pipelines.yml +43 -20
  5. dkist_processing_test-1.25.0rc1/dkist_processing_test.egg-info/PKG-INFO +340 -0
  6. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test.egg-info/SOURCES.txt +1 -0
  7. dkist_processing_test-1.25.0rc1/dkist_processing_test.egg-info/requires.txt +255 -0
  8. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test.egg-info/top_level.txt +1 -0
  9. dkist_processing_test-1.25.0rc1/pyproject.toml +302 -0
  10. dkist_processing_test-1.24.0rc1/PKG-INFO +0 -79
  11. dkist_processing_test-1.24.0rc1/dkist_processing_test.egg-info/PKG-INFO +0 -79
  12. dkist_processing_test-1.24.0rc1/dkist_processing_test.egg-info/requires.txt +0 -29
  13. dkist_processing_test-1.24.0rc1/pyproject.toml +0 -74
  14. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/.gitignore +0 -0
  15. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/.pre-commit-config.yaml +0 -0
  16. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/__init__.py +0 -0
  17. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/config.py +0 -0
  18. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/models/__init__.py +0 -0
  19. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/models/constants.py +0 -0
  20. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/models/parameters.py +0 -0
  21. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/__init__.py +0 -0
  22. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  23. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/fail.py +0 -0
  24. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
  25. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
  26. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/manual.py +0 -0
  27. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/movie.py +0 -0
  28. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/noop.py +0 -0
  29. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/parse.py +0 -0
  30. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/quality.py +0 -0
  31. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
  32. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tests/__init__.py +0 -0
  33. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tests/conftest.py +0 -0
  34. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
  35. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
  36. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
  37. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
  38. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/__init__.py +0 -0
  39. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
  40. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
  41. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  42. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/fail.py +0 -0
  43. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/noop.py +0 -0
  44. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
  45. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  46. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  47. {dkist_processing_test-1.24.0rc1 → dkist_processing_test-1.25.0rc1}/setup.cfg +0 -0
@@ -0,0 +1,3 @@
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
2
+ # https://docs.snyk.io/manage-risk/policies/the-.snyk-file#syntax-of-the-.snyk-file
3
+ version: v1.25.0
@@ -0,0 +1,340 @@
1
+ Metadata-Version: 2.4
2
+ Name: dkist-processing-test
3
+ Version: 1.25.0rc1
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.0rc1; extra == "inventory"
35
+ Provides-Extra: asdf
36
+ Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.7.0rc1; 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.0rc1; 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
@@ -1,6 +1,8 @@
1
1
  dkist-processing-test
2
2
  ---------------------
3
3
 
4
+ |codecov|
5
+
4
6
  Overview
5
7
  --------
6
8
  The dkist-processing-test library serves as an example implementation of a Tasks and Workflows using the
@@ -37,3 +39,37 @@ Development
37
39
  pre-commit install
38
40
  pip install -e .[test]
39
41
  pytest -v --cov dkist_processing_test
42
+
43
+ Deployment
44
+ ----------
45
+
46
+ When a new release is ready to be built the following steps need to be taken:
47
+
48
+ 1. Freezing Dependencies
49
+ #########################
50
+
51
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
52
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
53
+
54
+ To freeze dependencies run
55
+
56
+ .. code-block:: bash
57
+
58
+ ddt freeze vX.Y.Z[rcK]
59
+
60
+ Where "vX.Y.Z[rcK]" is the version about to be released.
61
+
62
+ 2. Tag and Push
63
+ ###############
64
+
65
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
66
+
67
+ .. code-block:: bash
68
+
69
+ git tag vX.Y.Z[rcK]
70
+ git push --tags origin BRANCH
71
+
72
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
73
+
74
+ .. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-test/graph/badge.svg?token=U004CWS46G
75
+ :target: https://codecov.io/bb/dkistdc/dkist-processing-test
@@ -6,30 +6,31 @@ definitions:
6
6
  redis:
7
7
  image: redis
8
8
  steps:
9
+ - step: &download_execute_script
10
+ name: Download Script Execute Script
11
+ script:
12
+ - echo "Retrieving Script Execution Script"
13
+ - curl -fL https://getcli.jfrog.io | sh
14
+ - ./jfrog rt dl --url $ARTIFACTORY_URL --user $ARTIFACTORY_USER --password $ARTIFACTORY_PASSWORD generic-packages/ci_scripts/latest/execute_script.sh
15
+ - cat ci_scripts/latest/execute_script.sh
16
+ - chmod 755 ci_scripts/latest/execute_script.sh
17
+ artifacts:
18
+ - ci_scripts/latest/execute_script.sh
19
+
9
20
  - step: &lint
10
21
  caches:
11
22
  - pip
12
23
  name: Lint
13
24
  script:
14
- - pip install -U pip
15
- - pip install pre-commit
16
- - pre-commit install
17
- - pre-commit run --all-files
25
+ - ./ci_scripts/latest/execute_script.sh lint_python.sh
26
+
18
27
  - step: &scan
19
28
  caches:
20
29
  - pip
21
30
  name: Scan
22
31
  script:
23
- - pip install -U pip
24
- - pip install -e .
25
- - pip freeze | grep -v @ > requirements.txt
26
- - cat requirements.txt
27
- - echo $SNYK_VERSION
28
- - curl -L -o snyk https://github.com/snyk/snyk/releases/download/$SNYK_VERSION/snyk-linux
29
- - chmod 755 snyk
30
- - ./snyk -d auth $SNYK_TOKEN
31
- - echo $SNYK_CLI_COMMAND
32
- - $SNYK_CLI_COMMAND
32
+ - ./ci_scripts/latest/execute_script.sh scan_python.sh
33
+
33
34
  - step: &test
34
35
  caches:
35
36
  - pip
@@ -37,9 +38,28 @@ definitions:
37
38
  script:
38
39
  - pip install -U pip
39
40
  - pip install .[test]
40
- - pytest -v -n auto -m "not development" --cov dkist_processing_test
41
+ - pytest -v -n auto -m "not development" --cov dkist_processing_test --cov-report xml:coverage.xml --cov-report term-missing
42
+ - ./ci_scripts/latest/execute_script.sh upload_coverage.sh
41
43
  services:
42
44
  - redis
45
+
46
+ - step: &check_freeze
47
+ caches:
48
+ - pip
49
+ name: Check frozen deps
50
+ script:
51
+ - pip install -U pip
52
+ - pip install dkist-dev-tools
53
+ - ddt check freeze
54
+
55
+ - step: &check_frozen_install
56
+ caches:
57
+ - pip
58
+ name: Check frozen install with extras
59
+ script:
60
+ - pip install -U pip
61
+ - pip install .[asdf,quality,inventory,frozen]
62
+
43
63
  - step: &push_workflow
44
64
  caches:
45
65
  - pip
@@ -55,15 +75,14 @@ definitions:
55
75
  - export TARGET_PATH="generic-packages/dkist-processing-test/${BUILD_VERSION}/"
56
76
  - curl -fL https://getcli.jfrog.io | sh
57
77
  - ./jfrog rt u --url $ARTIFACTORY_URL --user $ARTIFACTORY_USER --password $ARTIFACTORY_PASSWORD ${SOURCE_PATH} ${TARGET_PATH}
78
+
58
79
  - step: &push_code
59
80
  caches:
60
81
  - pip
61
82
  name: Push Code
62
83
  script:
63
- - pip install -U pip
64
- - pip install build twine
65
- - python -m build --outdir wheelhouse .
66
- - python -m twine upload --skip-existing wheelhouse/*
84
+ - ./ci_scripts/latest/execute_script.sh push_python.sh
85
+
67
86
  - step: &push_mpw
68
87
  caches:
69
88
  - pip
@@ -86,17 +105,21 @@ definitions:
86
105
  - docker build -t $DOCKER_HUB_URL/${BUILD_CONTAINER_NAME}:latest -t $DOCKER_HUB_URL/${BUILD_CONTAINER_NAME}:${BUILD_VERSION} .
87
106
  - docker push -a $DOCKER_HUB_URL/${BUILD_CONTAINER_NAME}
88
107
 
89
-
90
108
  pipelines:
91
109
  default:
110
+ - step: *download_execute_script
92
111
  - step: *lint
93
112
  - parallel:
94
113
  - step: *scan
95
114
  - step: *test
96
115
  tags:
97
116
  'v*':
117
+ - step: *download_execute_script
98
118
  - parallel:
119
+ - step: *check_freeze
99
120
  - step: *lint
121
+ - parallel:
122
+ - step: *check_frozen_install
100
123
  - step: *scan
101
124
  - step: *test
102
125
  - parallel: