dkist-processing-test 1.23.14rc3__tar.gz → 1.23.15rc1__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.23.15rc1/PKG-INFO +79 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/README.rst +0 -31
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/bitbucket-pipelines.yml +0 -18
- dkist_processing_test-1.23.15rc1/dkist_processing_test.egg-info/PKG-INFO +79 -0
- dkist_processing_test-1.23.15rc1/dkist_processing_test.egg-info/requires.txt +29 -0
- dkist_processing_test-1.23.15rc1/pyproject.toml +74 -0
- dkist_processing_test-1.23.14rc3/PKG-INFO +0 -336
- dkist_processing_test-1.23.14rc3/dkist_processing_test.egg-info/PKG-INFO +0 -336
- dkist_processing_test-1.23.14rc3/dkist_processing_test.egg-info/requires.txt +0 -256
- dkist_processing_test-1.23.14rc3/pyproject.toml +0 -306
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/.gitignore +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/.snyk +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/setup.cfg +0 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: dkist-processing-test
|
|
3
|
+
Version: 1.23.15rc1
|
|
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.12rc1
|
|
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.7
|
|
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.3; 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.6.1rc1; extra == "inventory"
|
|
35
|
+
Provides-Extra: asdf
|
|
36
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.6.1rc1; extra == "asdf"
|
|
38
|
+
Provides-Extra: quality
|
|
39
|
+
Requires-Dist: dkist-quality==1.2.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
|
|
@@ -37,34 +37,3 @@ Development
|
|
|
37
37
|
pre-commit install
|
|
38
38
|
pip install -e .[test]
|
|
39
39
|
pytest -v --cov dkist_processing_test
|
|
40
|
-
|
|
41
|
-
Deployment
|
|
42
|
-
----------
|
|
43
|
-
|
|
44
|
-
When a new release is ready to be built the following steps need to be taken:
|
|
45
|
-
|
|
46
|
-
1. Freezing Dependencies
|
|
47
|
-
#########################
|
|
48
|
-
|
|
49
|
-
A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
|
|
50
|
-
package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
|
|
51
|
-
|
|
52
|
-
To freeze dependencies run
|
|
53
|
-
|
|
54
|
-
.. code-block:: bash
|
|
55
|
-
|
|
56
|
-
ddt freeze vX.Y.Z[rcK]
|
|
57
|
-
|
|
58
|
-
Where "vX.Y.Z[rcK]" is the version about to be released.
|
|
59
|
-
|
|
60
|
-
2. Tag and Push
|
|
61
|
-
###############
|
|
62
|
-
|
|
63
|
-
Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
|
|
64
|
-
|
|
65
|
-
.. code-block:: bash
|
|
66
|
-
|
|
67
|
-
git tag vX.Y.Z[rcK]
|
|
68
|
-
git push --tags origin BRANCH
|
|
69
|
-
|
|
70
|
-
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
{dkist_processing_test-1.23.14rc3 → dkist_processing_test-1.23.15rc1}/bitbucket-pipelines.yml
RENAMED
|
@@ -38,21 +38,6 @@ definitions:
|
|
|
38
38
|
- pytest -v -n auto -m "not development" --cov dkist_processing_test
|
|
39
39
|
services:
|
|
40
40
|
- redis
|
|
41
|
-
- step: &check_freeze
|
|
42
|
-
caches:
|
|
43
|
-
- pip
|
|
44
|
-
name: Check frozen deps
|
|
45
|
-
script:
|
|
46
|
-
- pip install -U pip
|
|
47
|
-
- pip install dkist-dev-tools
|
|
48
|
-
- ddt check freeze
|
|
49
|
-
- step: &check_frozen_install
|
|
50
|
-
caches:
|
|
51
|
-
- pip
|
|
52
|
-
name: Check frozen install with extras
|
|
53
|
-
script:
|
|
54
|
-
- pip install -U pip
|
|
55
|
-
- pip install .[asdf,quality,inventory,frozen]
|
|
56
41
|
- step: &push_workflow
|
|
57
42
|
caches:
|
|
58
43
|
- pip
|
|
@@ -108,9 +93,6 @@ pipelines:
|
|
|
108
93
|
- step: *download_execute_script
|
|
109
94
|
- parallel:
|
|
110
95
|
- step: *lint
|
|
111
|
-
- step: *check_freeze
|
|
112
|
-
- parallel:
|
|
113
|
-
- step: *check_frozen_install
|
|
114
96
|
- step: *scan
|
|
115
97
|
- step: *test
|
|
116
98
|
- parallel:
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: dkist-processing-test
|
|
3
|
+
Version: 1.23.15rc1
|
|
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.12rc1
|
|
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.7
|
|
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.3; 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.6.1rc1; extra == "inventory"
|
|
35
|
+
Provides-Extra: asdf
|
|
36
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.6.1rc1; extra == "asdf"
|
|
38
|
+
Provides-Extra: quality
|
|
39
|
+
Requires-Dist: dkist-quality==1.2.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
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
dkist-processing-common==10.5.12rc1
|
|
2
|
+
dkist-header-validator==5.1.1
|
|
3
|
+
dkist-service-configuration==2.2
|
|
4
|
+
dkist-fits-specifications==4.11.0
|
|
5
|
+
numba==0.59.1
|
|
6
|
+
astropy==6.1.7
|
|
7
|
+
numpy==1.26.4
|
|
8
|
+
dkist-spectral-lines==3.0.0
|
|
9
|
+
|
|
10
|
+
[asdf]
|
|
11
|
+
dkist-processing-common[asdf]
|
|
12
|
+
dkist-inventory[asdf]==1.6.1rc1
|
|
13
|
+
|
|
14
|
+
[inventory]
|
|
15
|
+
dkist-processing-common[inventory]
|
|
16
|
+
dkist-inventory==1.6.1rc1
|
|
17
|
+
|
|
18
|
+
[quality]
|
|
19
|
+
dkist-quality==1.2.1
|
|
20
|
+
|
|
21
|
+
[test]
|
|
22
|
+
pytest
|
|
23
|
+
pytest-xdist
|
|
24
|
+
pytest-cov
|
|
25
|
+
pytest-mock
|
|
26
|
+
dkist-data-simulator>=5.2.3
|
|
27
|
+
dkist-processing-test[inventory]
|
|
28
|
+
dkist-processing-test[asdf]
|
|
29
|
+
dkist-processing-test[quality]
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=64", "setuptools_scm>=8"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[tool.setuptools.packages]
|
|
6
|
+
find = {}
|
|
7
|
+
|
|
8
|
+
[tool.setuptools_scm]
|
|
9
|
+
|
|
10
|
+
[project]
|
|
11
|
+
dynamic = ["version"]
|
|
12
|
+
name = "dkist-processing-test"
|
|
13
|
+
requires-python = ">=3.11"
|
|
14
|
+
description = "Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure"
|
|
15
|
+
readme = "README.rst"
|
|
16
|
+
authors = [ {name = "NSO / AURA", email = "dkistdc@nso.edu"} ]
|
|
17
|
+
license = {text = "BSD-3-Clause"}
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Programming Language :: Python",
|
|
20
|
+
"Programming Language :: Python :: 3",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
]
|
|
23
|
+
dependencies = [
|
|
24
|
+
"dkist-processing-common == 10.5.12rc1",
|
|
25
|
+
"dkist-header-validator == 5.1.1",
|
|
26
|
+
"dkist-service-configuration == 2.2",
|
|
27
|
+
"dkist-fits-specifications == 4.11.0",
|
|
28
|
+
"numba == 0.59.1",
|
|
29
|
+
"astropy == 6.1.7",
|
|
30
|
+
"numpy == 1.26.4",
|
|
31
|
+
"dkist-spectral-lines == 3.0.0"
|
|
32
|
+
]
|
|
33
|
+
|
|
34
|
+
[project.urls]
|
|
35
|
+
Homepage = "https://nso.edu/dkist/data-center/"
|
|
36
|
+
Repository = "https://bitbucket.org/dkistdc/dkist-processing-test/"
|
|
37
|
+
Help = "https://nso.atlassian.net/servicedesk/customer/portal/5"
|
|
38
|
+
|
|
39
|
+
[project.optional-dependencies]
|
|
40
|
+
test = [
|
|
41
|
+
"pytest",
|
|
42
|
+
"pytest-xdist",
|
|
43
|
+
"pytest-cov",
|
|
44
|
+
"pytest-mock",
|
|
45
|
+
"dkist-data-simulator >= 5.2.3",
|
|
46
|
+
"dkist-processing-test[inventory]",
|
|
47
|
+
"dkist-processing-test[asdf]",
|
|
48
|
+
"dkist-processing-test[quality]",
|
|
49
|
+
]
|
|
50
|
+
inventory = [
|
|
51
|
+
"dkist-processing-common[inventory]",
|
|
52
|
+
"dkist-inventory==1.6.1rc1",
|
|
53
|
+
]
|
|
54
|
+
asdf = [
|
|
55
|
+
"dkist-processing-common[asdf]",
|
|
56
|
+
"dkist-inventory[asdf]==1.6.1rc1",
|
|
57
|
+
]
|
|
58
|
+
quality = [
|
|
59
|
+
"dkist-quality == 1.2.1",
|
|
60
|
+
]
|
|
61
|
+
|
|
62
|
+
[tool.pytest.ini_options]
|
|
63
|
+
markers = [
|
|
64
|
+
"development: For tests that can only be run while developing with a sidecar proxy (as opposed to in bitbucket pipelines)"
|
|
65
|
+
]
|
|
66
|
+
|
|
67
|
+
[tool.coverage.run]
|
|
68
|
+
omit = [
|
|
69
|
+
"dkist_processing_test/tests/*",
|
|
70
|
+
"dkist_processing_test/__init__.py",
|
|
71
|
+
]
|
|
72
|
+
|
|
73
|
+
[tool.coverage.report]
|
|
74
|
+
show_missing = true
|
|
@@ -1,336 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.2
|
|
2
|
-
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.14rc3
|
|
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.11
|
|
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==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.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.6.0; extra == "inventory"
|
|
35
|
-
Provides-Extra: asdf
|
|
36
|
-
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.6.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.2; extra == "frozen"
|
|
45
|
-
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
|
-
Requires-Dist: Flask-Caching==2.3.0; extra == "frozen"
|
|
47
|
-
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.10.1; 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.5; 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.4.6; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.11.12; 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.14.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.8.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow==2.10.4; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.3.0; extra == "frozen"
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.0; extra == "frozen"
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.21.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: apache-airflow-providers-fab==1.5.2; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.0; extra == "frozen"
|
|
80
|
-
Requires-Dist: apache-airflow-providers-http==5.0.0; extra == "frozen"
|
|
81
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.0; extra == "frozen"
|
|
82
|
-
Requires-Dist: apache-airflow-providers-postgres==6.0.0; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==1.9.0; extra == "frozen"
|
|
84
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.0.0; extra == "frozen"
|
|
85
|
-
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
|
-
Requires-Dist: argcomplete==3.5.3; 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.2.3.0.32.42; extra == "frozen"
|
|
94
|
-
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
|
-
Requires-Dist: attrs==25.1.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.36.16; extra == "frozen"
|
|
100
|
-
Requires-Dist: botocore==1.36.16; extra == "frozen"
|
|
101
|
-
Requires-Dist: cachelib==0.9.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.0; 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.1.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.5.11; extra == "frozen"
|
|
124
|
-
Requires-Dist: dkist-processing-core==4.3.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.14rc3; 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.10.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.2.0; extra == "frozen"
|
|
139
|
-
Requires-Dist: globus-sdk==3.50.0; extra == "frozen"
|
|
140
|
-
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
|
-
Requires-Dist: googleapis-common-protos==1.66.0; extra == "frozen"
|
|
142
|
-
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
|
-
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
144
|
-
Requires-Dist: grpcio==1.70.0; extra == "frozen"
|
|
145
|
-
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
146
|
-
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
147
|
-
Requires-Dist: hashids==1.3.1; extra == "frozen"
|
|
148
|
-
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
149
|
-
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
150
|
-
Requires-Dist: humanize==4.11.0; extra == "frozen"
|
|
151
|
-
Requires-Dist: idna==3.10; extra == "frozen"
|
|
152
|
-
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
153
|
-
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
154
|
-
Requires-Dist: importlib_metadata==8.5.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
156
|
-
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
157
|
-
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
158
|
-
Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
160
|
-
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
161
|
-
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
162
|
-
Requires-Dist: kombu==5.4.2; extra == "frozen"
|
|
163
|
-
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: limits==4.0.1; extra == "frozen"
|
|
165
|
-
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
166
|
-
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
167
|
-
Requires-Dist: lmfit==1.3.2; extra == "frozen"
|
|
168
|
-
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
169
|
-
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
170
|
-
Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
171
|
-
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
172
|
-
Requires-Dist: marshmallow-oneofschema==3.1.1; extra == "frozen"
|
|
173
|
-
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
174
|
-
Requires-Dist: matplotlib==3.10.0; extra == "frozen"
|
|
175
|
-
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
176
|
-
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
177
|
-
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
178
|
-
Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
179
|
-
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
180
|
-
Requires-Dist: multidict==6.1.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
182
|
-
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
183
|
-
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
184
|
-
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
185
|
-
Requires-Dist: opentelemetry-api==1.30.0; extra == "frozen"
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.30.0; extra == "frozen"
|
|
187
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.30.0; extra == "frozen"
|
|
188
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.30.0; extra == "frozen"
|
|
189
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.30.0; extra == "frozen"
|
|
190
|
-
Requires-Dist: opentelemetry-proto==1.30.0; extra == "frozen"
|
|
191
|
-
Requires-Dist: opentelemetry-sdk==1.30.0; extra == "frozen"
|
|
192
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.51b0; extra == "frozen"
|
|
193
|
-
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
194
|
-
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
195
|
-
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
196
|
-
Requires-Dist: parfive==2.1.0; extra == "frozen"
|
|
197
|
-
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
198
|
-
Requires-Dist: pendulum==3.0.0; extra == "frozen"
|
|
199
|
-
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
200
|
-
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
201
|
-
Requires-Dist: pip==25.0; extra == "frozen"
|
|
202
|
-
Requires-Dist: platformdirs==4.3.6; extra == "frozen"
|
|
203
|
-
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
204
|
-
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
205
|
-
Requires-Dist: proglog==0.1.10; extra == "frozen"
|
|
206
|
-
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
207
|
-
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
208
|
-
Requires-Dist: propcache==0.2.1; extra == "frozen"
|
|
209
|
-
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
210
|
-
Requires-Dist: psutil==6.1.1; extra == "frozen"
|
|
211
|
-
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
212
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
213
|
-
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
214
|
-
Requires-Dist: pydantic==2.10.6; extra == "frozen"
|
|
215
|
-
Requires-Dist: pydantic-settings==2.7.1; extra == "frozen"
|
|
216
|
-
Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
|
|
217
|
-
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
218
|
-
Requires-Dist: pyparsing==3.2.1; extra == "frozen"
|
|
219
|
-
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
220
|
-
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
221
|
-
Requires-Dist: python-dotenv==1.0.1; extra == "frozen"
|
|
222
|
-
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
223
|
-
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
224
|
-
Requires-Dist: pytz==2025.1; extra == "frozen"
|
|
225
|
-
Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
226
|
-
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
227
|
-
Requires-Dist: requests==2.32.3; extra == "frozen"
|
|
228
|
-
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
229
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
230
|
-
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
231
|
-
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
232
|
-
Requires-Dist: rich-argparse==1.6.0; extra == "frozen"
|
|
233
|
-
Requires-Dist: rpds-py==0.22.3; extra == "frozen"
|
|
234
|
-
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
235
|
-
Requires-Dist: scipy==1.15.1; extra == "frozen"
|
|
236
|
-
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
237
|
-
Requires-Dist: setproctitle==1.3.4; extra == "frozen"
|
|
238
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
239
|
-
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
240
|
-
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
241
|
-
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
242
|
-
Requires-Dist: sunpy==6.0.4; extra == "frozen"
|
|
243
|
-
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
244
|
-
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
245
|
-
Requires-Dist: tenacity==9.0.0; extra == "frozen"
|
|
246
|
-
Requires-Dist: termcolor==2.5.0; extra == "frozen"
|
|
247
|
-
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
248
|
-
Requires-Dist: time-machine==2.16.0; extra == "frozen"
|
|
249
|
-
Requires-Dist: tornado==6.4.2; extra == "frozen"
|
|
250
|
-
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
251
|
-
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
252
|
-
Requires-Dist: typing_extensions==4.12.2; extra == "frozen"
|
|
253
|
-
Requires-Dist: tzdata==2025.1; extra == "frozen"
|
|
254
|
-
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
255
|
-
Requires-Dist: uncertainties==3.2.2; extra == "frozen"
|
|
256
|
-
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
257
|
-
Requires-Dist: urllib3==2.3.0; extra == "frozen"
|
|
258
|
-
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
259
|
-
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
260
|
-
Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
261
|
-
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
262
|
-
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
263
|
-
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
264
|
-
Requires-Dist: yarl==1.18.3; extra == "frozen"
|
|
265
|
-
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
266
|
-
|
|
267
|
-
dkist-processing-test
|
|
268
|
-
---------------------
|
|
269
|
-
|
|
270
|
-
Overview
|
|
271
|
-
--------
|
|
272
|
-
The dkist-processing-test library serves as an example implementation of a Tasks and Workflows using the
|
|
273
|
-
`dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ framework and
|
|
274
|
-
`dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_ Tasks.
|
|
275
|
-
|
|
276
|
-
The recommended project structure is to separate tasks and workflows into separate packages.
|
|
277
|
-
|
|
278
|
-
Build
|
|
279
|
-
-----
|
|
280
|
-
Artifacts are built through `bitbucket pipelines <bitbucket-pipelines.yml>`_
|
|
281
|
-
|
|
282
|
-
The pipeline can be used in other repos with a modification of the package and artifact locations
|
|
283
|
-
to use the names relevant to the target repo.
|
|
284
|
-
|
|
285
|
-
e.g. dkist-processing-test -> dkist-processing-vbi and dkist_processing_test -> dkist_processing_vbi
|
|
286
|
-
|
|
287
|
-
Deployment
|
|
288
|
-
----------
|
|
289
|
-
Deployment is done with `turtlebot <https://bitbucket.org/dkistdc/turtlebot/src/master/>`_ and follows
|
|
290
|
-
the process detailed in `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_
|
|
291
|
-
|
|
292
|
-
Environment Variables
|
|
293
|
-
---------------------
|
|
294
|
-
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/>`_
|
|
295
|
-
|
|
296
|
-
Development
|
|
297
|
-
-----------
|
|
298
|
-
|
|
299
|
-
.. code-block:: bash
|
|
300
|
-
|
|
301
|
-
git clone git@bitbucket.org:dkistdc/dkist-processing-test.git
|
|
302
|
-
cd dkist-processing-test
|
|
303
|
-
pre-commit install
|
|
304
|
-
pip install -e .[test]
|
|
305
|
-
pytest -v --cov dkist_processing_test
|
|
306
|
-
|
|
307
|
-
Deployment
|
|
308
|
-
----------
|
|
309
|
-
|
|
310
|
-
When a new release is ready to be built the following steps need to be taken:
|
|
311
|
-
|
|
312
|
-
1. Freezing Dependencies
|
|
313
|
-
#########################
|
|
314
|
-
|
|
315
|
-
A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
|
|
316
|
-
package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
|
|
317
|
-
|
|
318
|
-
To freeze dependencies run
|
|
319
|
-
|
|
320
|
-
.. code-block:: bash
|
|
321
|
-
|
|
322
|
-
ddt freeze vX.Y.Z[rcK]
|
|
323
|
-
|
|
324
|
-
Where "vX.Y.Z[rcK]" is the version about to be released.
|
|
325
|
-
|
|
326
|
-
2. Tag and Push
|
|
327
|
-
###############
|
|
328
|
-
|
|
329
|
-
Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
|
|
330
|
-
|
|
331
|
-
.. code-block:: bash
|
|
332
|
-
|
|
333
|
-
git tag vX.Y.Z[rcK]
|
|
334
|
-
git push --tags origin BRANCH
|
|
335
|
-
|
|
336
|
-
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|