dkist-processing-common 10.2.1__tar.gz → 10.2.2__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.
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/CHANGELOG.rst +10 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/PKG-INFO +50 -6
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/bitbucket-pipelines.yml +3 -3
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_workflow_task_base.py +9 -9
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common.egg-info/PKG-INFO +50 -6
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common.egg-info/SOURCES.txt +0 -3
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common.egg-info/requires.txt +3 -3
- dkist_processing_common-10.2.2/dkist_processing_common.egg-info/top_level.txt +5 -0
- dkist_processing_common-10.2.2/pyproject.toml +132 -0
- dkist_processing_common-10.2.2/setup.cfg +4 -0
- dkist-processing-common-10.2.1/dkist_processing_common.egg-info/top_level.txt +0 -1
- dkist-processing-common-10.2.1/pyproject.toml +0 -32
- dkist-processing-common-10.2.1/pytest.ini +0 -3
- dkist-processing-common-10.2.1/setup.cfg +0 -93
- dkist-processing-common-10.2.1/setup.py +0 -4
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/.gitignore +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/.pre-commit-config.yaml +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/.readthedocs.yml +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/README.rst +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/changelog/.gitempty +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/check_changelog_updated.sh +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/_util/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/_util/constants.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/_util/graphql.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/_util/scratch.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/_util/tags.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/asdf.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/bytes.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/fits.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/iobase.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/json.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/path.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/quality.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/codecs/str.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/config.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/fonts/Lato-Regular.ttf +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/fonts/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/manual.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/constants.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/fits_access.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/flower_pot.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/graphql.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/message.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/message_queue_binding.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/metric_code.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/parameters.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/quality.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/tags.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/task_name.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/models/wavelength.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/cs_step.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/dsps_repeat.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/experiment_id_bud.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/id_bud.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/l0_fits_access.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/l1_fits_access.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/near_bud.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/proposal_id_bud.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/quality.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/single_value_single_key_flower.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/task.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/time.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/unique_bud.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/parsers/wavelength.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/assemble_movie.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/base.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/l1_output_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/globus.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/input_dataset.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/interservice_bus.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/metadata_store.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/object_store.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/quality/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/quality/_base.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/mixin/quality/_metrics.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/output_data_base.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/parse_l0_input_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/quality_metrics.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/teardown.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/transfer_input_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/trial_catalog.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/trial_output_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tasks/write_l1.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/__init__.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/conftest.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_assemble_movie.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_assemble_quality.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_base.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_codecs.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_constants.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_cs_step.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_fits_access.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_flower_pot.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_input_dataset.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_interservice_bus.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_interservice_bus_mixin.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_output_data_base.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_parameters.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_parse_l0_input_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_publish_catalog_messages.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_quality.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_quality_mixin.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_scratch.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_stems.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_submit_dataset_metadata.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_tags.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_task_name.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_task_parsing.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_teardown.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_transfer_input_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_transfer_l1_output_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_trial_catalog.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_trial_output_data.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/tests/test_write_l1.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common.egg-info/dependency_links.txt +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/docs/Makefile +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/docs/changelog.rst +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/docs/conf.py +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/docs/index.rst +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/docs/make.bat +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/docs/requirements.txt +0 -0
- {dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/licenses/LICENSE.rst +0 -0
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
v10.2.2 (2024-10-14)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Switch from setup.cfg to pyproject.toml for build configuration (`#214 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/214>`__)
|
|
8
|
+
- Make and publish wheels at code push in build pipeline (`#214 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/214>`__)
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
v10.2.1 (2024-09-27)
|
|
2
12
|
====================
|
|
3
13
|
|
|
@@ -1,21 +1,65 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 10.2.
|
|
4
|
-
Summary: Common task classes used by the DKIST
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
Version: 10.2.2
|
|
4
|
+
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
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-common/
|
|
9
9
|
Project-URL: Documentation, https://docs.dkist.nso.edu/projects/common
|
|
10
|
+
Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
|
|
10
11
|
Classifier: Programming Language :: Python
|
|
11
12
|
Classifier: Programming Language :: Python :: 3
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
14
|
Requires-Python: >=3.11
|
|
15
|
+
Description-Content-Type: text/x-rst
|
|
16
|
+
Requires-Dist: astropy>=5.1.1
|
|
17
|
+
Requires-Dist: dkist-fits-specifications<5.0,>=4.0.0
|
|
18
|
+
Requires-Dist: dkist-header-validator<6.0,>=5.0.0
|
|
19
|
+
Requires-Dist: dkist-processing-core==4.2.1
|
|
20
|
+
Requires-Dist: dkist-processing-pac<4.0,>=3.0
|
|
21
|
+
Requires-Dist: dkist-service-configuration<3.0,>=2.0.2
|
|
22
|
+
Requires-Dist: dkist-spectral-lines<4.0,>=3.0.0
|
|
23
|
+
Requires-Dist: globus-sdk>=3.12.0
|
|
24
|
+
Requires-Dist: gqlclient==1.1.0
|
|
25
|
+
Requires-Dist: hashids==1.3.1
|
|
26
|
+
Requires-Dist: matplotlib>=3.4
|
|
27
|
+
Requires-Dist: moviepy>=1.0.3
|
|
28
|
+
Requires-Dist: numpy>=1.20.2
|
|
29
|
+
Requires-Dist: object-clerk==0.1.1
|
|
30
|
+
Requires-Dist: pandas>=1.4.2
|
|
31
|
+
Requires-Dist: pillow>=10.2.0
|
|
32
|
+
Requires-Dist: pydantic>=2.0
|
|
33
|
+
Requires-Dist: redis==4.6.0
|
|
34
|
+
Requires-Dist: requests>=2.23
|
|
35
|
+
Requires-Dist: scipy>=1.6.3
|
|
36
|
+
Requires-Dist: sunpy>=3.0.0
|
|
37
|
+
Requires-Dist: talus==1.1.0
|
|
14
38
|
Provides-Extra: test
|
|
39
|
+
Requires-Dist: pytest; extra == "test"
|
|
40
|
+
Requires-Dist: pytest-xdist; extra == "test"
|
|
41
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
42
|
+
Requires-Dist: pytest-mock; extra == "test"
|
|
43
|
+
Requires-Dist: hypothesis; extra == "test"
|
|
44
|
+
Requires-Dist: towncrier; extra == "test"
|
|
45
|
+
Requires-Dist: dkist-data-simulator>=5.0.0; extra == "test"
|
|
46
|
+
Requires-Dist: dkist-processing-common[inventory]; extra == "test"
|
|
47
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "test"
|
|
48
|
+
Requires-Dist: dkist-processing-common[quality]; extra == "test"
|
|
15
49
|
Provides-Extra: docs
|
|
50
|
+
Requires-Dist: sphinx; extra == "docs"
|
|
51
|
+
Requires-Dist: sphinx-astropy; extra == "docs"
|
|
52
|
+
Requires-Dist: sphinx-changelog; extra == "docs"
|
|
53
|
+
Requires-Dist: sphinx-autoapi!=3.1.0; extra == "docs"
|
|
54
|
+
Requires-Dist: pytest; extra == "docs"
|
|
55
|
+
Requires-Dist: towncrier<22.12.0; extra == "docs"
|
|
56
|
+
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
16
57
|
Provides-Extra: inventory
|
|
58
|
+
Requires-Dist: dkist-inventory<2.0,>=1.3.1; extra == "inventory"
|
|
17
59
|
Provides-Extra: asdf
|
|
60
|
+
Requires-Dist: dkist-inventory[asdf]<2.0,>=1.3.1; extra == "asdf"
|
|
18
61
|
Provides-Extra: quality
|
|
62
|
+
Requires-Dist: dkist-quality<2.0,>=1.0.4; extra == "quality"
|
|
19
63
|
|
|
20
64
|
dkist-processing-common
|
|
21
65
|
=======================
|
|
@@ -64,9 +64,9 @@ definitions:
|
|
|
64
64
|
name: Push
|
|
65
65
|
script:
|
|
66
66
|
- pip install -U pip
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
- twine upload
|
|
67
|
+
- pip install build twine
|
|
68
|
+
- python -m build --outdir wheelhouse .
|
|
69
|
+
- python -m twine upload --skip-existing wheelhouse/*
|
|
70
70
|
- step: &docs
|
|
71
71
|
name: Test Docs
|
|
72
72
|
caches:
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import json
|
|
2
2
|
import logging
|
|
3
|
-
|
|
3
|
+
import re
|
|
4
|
+
import tomllib
|
|
4
5
|
from dataclasses import asdict
|
|
5
6
|
from io import BytesIO
|
|
6
7
|
from pathlib import Path
|
|
@@ -238,17 +239,16 @@ def no_provenance_task(tmp_path, recipe_run_id):
|
|
|
238
239
|
@pytest.fixture()
|
|
239
240
|
def package_dependencies() -> set:
|
|
240
241
|
"""
|
|
241
|
-
Extract dependencies from
|
|
242
|
+
Extract dependencies from pyproject.toml and format into a set of package names
|
|
242
243
|
"""
|
|
243
244
|
module_path = Path(dkist_processing_common.__path__[0])
|
|
244
|
-
|
|
245
|
-
logger.info(
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
install_requires = [
|
|
245
|
+
pyproject_toml = module_path.parent / "pyproject.toml"
|
|
246
|
+
logger.info(pyproject_toml)
|
|
247
|
+
with open(pyproject_toml, "rb") as f:
|
|
248
|
+
pyproject_toml_data = tomllib.load(f)
|
|
249
|
+
install_requires = pyproject_toml_data["project"]["dependencies"]
|
|
249
250
|
requirements = install_requires + ["dkist-processing-common"]
|
|
250
|
-
|
|
251
|
-
dependencies_without_optionals = {d.split("[")[0] for d in dependencies}
|
|
251
|
+
dependencies_without_optionals = {re.split(r"[!<=> []", pkg)[0] for pkg in requirements}
|
|
252
252
|
return dependencies_without_optionals
|
|
253
253
|
|
|
254
254
|
|
|
@@ -1,21 +1,65 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 10.2.
|
|
4
|
-
Summary: Common task classes used by the DKIST
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
Version: 10.2.2
|
|
4
|
+
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
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-common/
|
|
9
9
|
Project-URL: Documentation, https://docs.dkist.nso.edu/projects/common
|
|
10
|
+
Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
|
|
10
11
|
Classifier: Programming Language :: Python
|
|
11
12
|
Classifier: Programming Language :: Python :: 3
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
14
|
Requires-Python: >=3.11
|
|
15
|
+
Description-Content-Type: text/x-rst
|
|
16
|
+
Requires-Dist: astropy>=5.1.1
|
|
17
|
+
Requires-Dist: dkist-fits-specifications<5.0,>=4.0.0
|
|
18
|
+
Requires-Dist: dkist-header-validator<6.0,>=5.0.0
|
|
19
|
+
Requires-Dist: dkist-processing-core==4.2.1
|
|
20
|
+
Requires-Dist: dkist-processing-pac<4.0,>=3.0
|
|
21
|
+
Requires-Dist: dkist-service-configuration<3.0,>=2.0.2
|
|
22
|
+
Requires-Dist: dkist-spectral-lines<4.0,>=3.0.0
|
|
23
|
+
Requires-Dist: globus-sdk>=3.12.0
|
|
24
|
+
Requires-Dist: gqlclient==1.1.0
|
|
25
|
+
Requires-Dist: hashids==1.3.1
|
|
26
|
+
Requires-Dist: matplotlib>=3.4
|
|
27
|
+
Requires-Dist: moviepy>=1.0.3
|
|
28
|
+
Requires-Dist: numpy>=1.20.2
|
|
29
|
+
Requires-Dist: object-clerk==0.1.1
|
|
30
|
+
Requires-Dist: pandas>=1.4.2
|
|
31
|
+
Requires-Dist: pillow>=10.2.0
|
|
32
|
+
Requires-Dist: pydantic>=2.0
|
|
33
|
+
Requires-Dist: redis==4.6.0
|
|
34
|
+
Requires-Dist: requests>=2.23
|
|
35
|
+
Requires-Dist: scipy>=1.6.3
|
|
36
|
+
Requires-Dist: sunpy>=3.0.0
|
|
37
|
+
Requires-Dist: talus==1.1.0
|
|
14
38
|
Provides-Extra: test
|
|
39
|
+
Requires-Dist: pytest; extra == "test"
|
|
40
|
+
Requires-Dist: pytest-xdist; extra == "test"
|
|
41
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
42
|
+
Requires-Dist: pytest-mock; extra == "test"
|
|
43
|
+
Requires-Dist: hypothesis; extra == "test"
|
|
44
|
+
Requires-Dist: towncrier; extra == "test"
|
|
45
|
+
Requires-Dist: dkist-data-simulator>=5.0.0; extra == "test"
|
|
46
|
+
Requires-Dist: dkist-processing-common[inventory]; extra == "test"
|
|
47
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "test"
|
|
48
|
+
Requires-Dist: dkist-processing-common[quality]; extra == "test"
|
|
15
49
|
Provides-Extra: docs
|
|
50
|
+
Requires-Dist: sphinx; extra == "docs"
|
|
51
|
+
Requires-Dist: sphinx-astropy; extra == "docs"
|
|
52
|
+
Requires-Dist: sphinx-changelog; extra == "docs"
|
|
53
|
+
Requires-Dist: sphinx-autoapi!=3.1.0; extra == "docs"
|
|
54
|
+
Requires-Dist: pytest; extra == "docs"
|
|
55
|
+
Requires-Dist: towncrier<22.12.0; extra == "docs"
|
|
56
|
+
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
16
57
|
Provides-Extra: inventory
|
|
58
|
+
Requires-Dist: dkist-inventory<2.0,>=1.3.1; extra == "inventory"
|
|
17
59
|
Provides-Extra: asdf
|
|
60
|
+
Requires-Dist: dkist-inventory[asdf]<2.0,>=1.3.1; extra == "asdf"
|
|
18
61
|
Provides-Extra: quality
|
|
62
|
+
Requires-Dist: dkist-quality<2.0,>=1.0.4; extra == "quality"
|
|
19
63
|
|
|
20
64
|
dkist-processing-common
|
|
21
65
|
=======================
|
|
@@ -47,6 +47,6 @@ pytest-mock
|
|
|
47
47
|
hypothesis
|
|
48
48
|
towncrier
|
|
49
49
|
dkist-data-simulator>=5.0.0
|
|
50
|
-
dkist-inventory
|
|
51
|
-
dkist-
|
|
52
|
-
dkist-quality
|
|
50
|
+
dkist-processing-common[inventory]
|
|
51
|
+
dkist-processing-common[asdf]
|
|
52
|
+
dkist-processing-common[quality]
|
|
@@ -0,0 +1,132 @@
|
|
|
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-common"
|
|
13
|
+
requires-python = ">=3.11"
|
|
14
|
+
description = "Common task classes used by the DKIST science data processing pipelines"
|
|
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
|
+
"astropy >= 5.1.1",
|
|
25
|
+
"dkist-fits-specifications >= 4.0.0, <5.0",
|
|
26
|
+
"dkist-header-validator >= 5.0.0, <6.0",
|
|
27
|
+
"dkist-processing-core == 4.2.1",
|
|
28
|
+
"dkist-processing-pac >= 3.0, <4.0",
|
|
29
|
+
"dkist-service-configuration >= 2.0.2, <3.0",
|
|
30
|
+
"dkist-spectral-lines >= 3.0.0, <4.0",
|
|
31
|
+
"globus-sdk >= 3.12.0",
|
|
32
|
+
"gqlclient == 1.1.0",
|
|
33
|
+
"hashids == 1.3.1",
|
|
34
|
+
"matplotlib >= 3.4",
|
|
35
|
+
"moviepy >= 1.0.3",
|
|
36
|
+
"numpy >= 1.20.2",
|
|
37
|
+
"object-clerk == 0.1.1",
|
|
38
|
+
"pandas >= 1.4.2",
|
|
39
|
+
"pillow >= 10.2.0",
|
|
40
|
+
"pydantic >= 2.0",
|
|
41
|
+
"redis == 4.6.0",
|
|
42
|
+
"requests >= 2.23",
|
|
43
|
+
"scipy >= 1.6.3",
|
|
44
|
+
"sunpy >= 3.0.0",
|
|
45
|
+
"talus == 1.1.0",
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
[project.urls]
|
|
49
|
+
Homepage = "https://nso.edu/dkist/data-center/"
|
|
50
|
+
Repository = "https://bitbucket.org/dkistdc/dkist-processing-common/"
|
|
51
|
+
Documentation = "https://docs.dkist.nso.edu/projects/common"
|
|
52
|
+
Help = "https://nso.atlassian.net/servicedesk/customer/portal/5"
|
|
53
|
+
|
|
54
|
+
[project.optional-dependencies]
|
|
55
|
+
test = [
|
|
56
|
+
"pytest",
|
|
57
|
+
"pytest-xdist",
|
|
58
|
+
"pytest-cov",
|
|
59
|
+
"pytest-mock",
|
|
60
|
+
"hypothesis",
|
|
61
|
+
"towncrier",
|
|
62
|
+
"dkist-data-simulator >= 5.0.0",
|
|
63
|
+
"dkist-processing-common[inventory]",
|
|
64
|
+
"dkist-processing-common[asdf]",
|
|
65
|
+
"dkist-processing-common[quality]",
|
|
66
|
+
]
|
|
67
|
+
docs = [
|
|
68
|
+
"sphinx",
|
|
69
|
+
"sphinx-astropy",
|
|
70
|
+
"sphinx-changelog",
|
|
71
|
+
"sphinx-autoapi != 3.1.0",
|
|
72
|
+
"pytest",
|
|
73
|
+
"towncrier < 22.12.0",
|
|
74
|
+
"dkist-sphinx-theme",
|
|
75
|
+
]
|
|
76
|
+
inventory = [
|
|
77
|
+
"dkist-inventory >= 1.3.1, <2.0",
|
|
78
|
+
]
|
|
79
|
+
asdf = [
|
|
80
|
+
"dkist-inventory[asdf] >= 1.3.1, <2.0",
|
|
81
|
+
]
|
|
82
|
+
quality = [
|
|
83
|
+
"dkist-quality >= 1.0.4, <2.0",
|
|
84
|
+
]
|
|
85
|
+
|
|
86
|
+
[tool.pytest.ini_options]
|
|
87
|
+
markers = [
|
|
88
|
+
"development: For tests that can only be run while developing with a sidecar proxy (as opposed to in bitbucket pipelines)",
|
|
89
|
+
"flaky: For tests that sporadically fail",
|
|
90
|
+
]
|
|
91
|
+
|
|
92
|
+
[tool.coverage.run]
|
|
93
|
+
omit = [
|
|
94
|
+
"dkist_processing_common/tests/*",
|
|
95
|
+
"dkist_processing_common/__init__.py",
|
|
96
|
+
]
|
|
97
|
+
|
|
98
|
+
[tool.coverage.report]
|
|
99
|
+
show_missing = true
|
|
100
|
+
|
|
101
|
+
[tool.towncrier]
|
|
102
|
+
package = "dkist_processing_common"
|
|
103
|
+
filename = "CHANGELOG.rst"
|
|
104
|
+
directory = "changelog/"
|
|
105
|
+
issue_format = "`#{issue} <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/{issue}>`__"
|
|
106
|
+
title_format = "{version} ({project_date})"
|
|
107
|
+
ignore = [".gitempty"]
|
|
108
|
+
|
|
109
|
+
[[tool.towncrier.type]]
|
|
110
|
+
directory = "feature"
|
|
111
|
+
name = "Features"
|
|
112
|
+
showcontent = true
|
|
113
|
+
|
|
114
|
+
[[tool.towncrier.type]]
|
|
115
|
+
directory = "bugfix"
|
|
116
|
+
name = "Bugfixes"
|
|
117
|
+
showcontent = true
|
|
118
|
+
|
|
119
|
+
[[tool.towncrier.type]]
|
|
120
|
+
directory = "removal"
|
|
121
|
+
name = "Removals"
|
|
122
|
+
showcontent = true
|
|
123
|
+
|
|
124
|
+
[[tool.towncrier.type]]
|
|
125
|
+
directory = "misc"
|
|
126
|
+
name = "Misc"
|
|
127
|
+
showcontent = true
|
|
128
|
+
|
|
129
|
+
[[tool.towncrier.type]]
|
|
130
|
+
directory = "doc"
|
|
131
|
+
name = "Documentation"
|
|
132
|
+
showcontent = true
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
dkist_processing_common
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
[tool.towncrier]
|
|
2
|
-
package = "dkist_processing_common"
|
|
3
|
-
filename = "CHANGELOG.rst"
|
|
4
|
-
directory = "changelog/"
|
|
5
|
-
issue_format = "`#{issue} <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/{issue}>`__"
|
|
6
|
-
title_format = "{version} ({project_date})"
|
|
7
|
-
ignore = [".gitempty"]
|
|
8
|
-
|
|
9
|
-
[[tool.towncrier.type]]
|
|
10
|
-
directory = "feature"
|
|
11
|
-
name = "Features"
|
|
12
|
-
showcontent = true
|
|
13
|
-
|
|
14
|
-
[[tool.towncrier.type]]
|
|
15
|
-
directory = "bugfix"
|
|
16
|
-
name = "Bugfixes"
|
|
17
|
-
showcontent = true
|
|
18
|
-
|
|
19
|
-
[[tool.towncrier.type]]
|
|
20
|
-
directory = "removal"
|
|
21
|
-
name = "Removals"
|
|
22
|
-
showcontent = true
|
|
23
|
-
|
|
24
|
-
[[tool.towncrier.type]]
|
|
25
|
-
directory = "misc"
|
|
26
|
-
name = "Misc"
|
|
27
|
-
showcontent = true
|
|
28
|
-
|
|
29
|
-
[[tool.towncrier.type]]
|
|
30
|
-
directory = "doc"
|
|
31
|
-
name = "Documentation"
|
|
32
|
-
showcontent = true
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
[metadata]
|
|
2
|
-
name = dkist-processing-common
|
|
3
|
-
description = Common task classes used by the DKIST Science Data Processing pipelines to process DKIST data.
|
|
4
|
-
long_description = file: README.rst
|
|
5
|
-
author = NSO / AURA
|
|
6
|
-
author_email = "dkistdc@nso.edu"
|
|
7
|
-
license = MIT
|
|
8
|
-
url = https://bitbucket.org/dkistdc/dkist-processing-common/src/main/
|
|
9
|
-
project_urls =
|
|
10
|
-
Documentation = https://docs.dkist.nso.edu/projects/common
|
|
11
|
-
classifiers =
|
|
12
|
-
Programming Language :: Python
|
|
13
|
-
Programming Language :: Python :: 3
|
|
14
|
-
Programming Language :: Python :: 3.11
|
|
15
|
-
|
|
16
|
-
[options]
|
|
17
|
-
python_requires = >=3.11
|
|
18
|
-
setup_requires = setuptools_scm
|
|
19
|
-
packages = find:
|
|
20
|
-
include_package_data = True
|
|
21
|
-
install_requires =
|
|
22
|
-
astropy >= 5.1.1
|
|
23
|
-
dkist-fits-specifications >= 4.0.0, <5.0
|
|
24
|
-
dkist-header-validator >= 5.0.0, <6.0
|
|
25
|
-
dkist-processing-core == 4.2.1
|
|
26
|
-
dkist-processing-pac >= 3.0, <4.0
|
|
27
|
-
dkist-service-configuration >= 2.0.2, <3.0
|
|
28
|
-
dkist-spectral-lines >= 3.0.0, <4.0
|
|
29
|
-
globus-sdk >= 3.12.0
|
|
30
|
-
gqlclient == 1.1.0
|
|
31
|
-
hashids == 1.3.1
|
|
32
|
-
matplotlib >= 3.4
|
|
33
|
-
moviepy >= 1.0.3
|
|
34
|
-
numpy >= 1.20.2
|
|
35
|
-
object-clerk == 0.1.1
|
|
36
|
-
pandas >= 1.4.2
|
|
37
|
-
pillow >= 10.2.0
|
|
38
|
-
pydantic >= 2.0
|
|
39
|
-
redis == 4.6.0
|
|
40
|
-
requests >= 2.23
|
|
41
|
-
scipy >= 1.6.3
|
|
42
|
-
sunpy >= 3.0.0
|
|
43
|
-
talus == 1.1.0
|
|
44
|
-
|
|
45
|
-
[options.extras_require]
|
|
46
|
-
test =
|
|
47
|
-
pytest
|
|
48
|
-
pytest-xdist
|
|
49
|
-
pytest-cov
|
|
50
|
-
pytest-mock
|
|
51
|
-
hypothesis
|
|
52
|
-
towncrier
|
|
53
|
-
dkist-data-simulator >= 5.0.0
|
|
54
|
-
%(inventory)s
|
|
55
|
-
%(asdf)s
|
|
56
|
-
%(quality)s
|
|
57
|
-
docs =
|
|
58
|
-
sphinx
|
|
59
|
-
sphinx-astropy
|
|
60
|
-
sphinx-changelog
|
|
61
|
-
sphinx-autoapi != 3.1.0
|
|
62
|
-
pytest
|
|
63
|
-
towncrier < 22.12.0
|
|
64
|
-
dkist-sphinx-theme
|
|
65
|
-
inventory =
|
|
66
|
-
dkist-inventory >= 1.3.1, <2.0
|
|
67
|
-
asdf =
|
|
68
|
-
dkist-inventory[asdf] >= 1.3.1, <2.0
|
|
69
|
-
quality =
|
|
70
|
-
dkist-quality >= 1.0.4, <2.0
|
|
71
|
-
|
|
72
|
-
[build_docs]
|
|
73
|
-
source-dir = docs
|
|
74
|
-
build-dir = docs/_build
|
|
75
|
-
all_files = 1
|
|
76
|
-
|
|
77
|
-
[upload_docs]
|
|
78
|
-
upload-dir = docs/_build/html
|
|
79
|
-
show-response = 1
|
|
80
|
-
|
|
81
|
-
[tool:pytest]
|
|
82
|
-
markers =
|
|
83
|
-
development: For tests that can only be run while developing with a sidecar proxy (as opposed to in bitbucket pipelines)
|
|
84
|
-
|
|
85
|
-
[coverage:run]
|
|
86
|
-
omit =
|
|
87
|
-
dkist_processing_common/tests/*
|
|
88
|
-
dkist_processing_common/__init__.py
|
|
89
|
-
|
|
90
|
-
[egg_info]
|
|
91
|
-
tag_build =
|
|
92
|
-
tag_date = 0
|
|
93
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/check_changelog_updated.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-common-10.2.1 → dkist_processing_common-10.2.2}/dkist_processing_common/manual.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|