dkist-processing-test 1.21.2__tar.gz → 1.21.3__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.21.2 → dkist_processing_test-1.21.3}/PKG-INFO +29 -6
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/bitbucket-pipelines.yml +3 -3
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test.egg-info/PKG-INFO +29 -6
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test.egg-info/SOURCES.txt +1 -2
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test.egg-info/requires.txt +4 -6
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test.egg-info/top_level.txt +1 -0
- dkist_processing_test-1.21.3/pyproject.toml +74 -0
- dkist_processing_test-1.21.3/setup.cfg +4 -0
- dkist-processing-test-1.21.2/setup.cfg +0 -55
- dkist-processing-test-1.21.2/setup.py +0 -6
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/.gitignore +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/.pre-commit-config.yaml +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/README.rst +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/__init__.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/config.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/models/constants.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/trial_output_data.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
|
@@ -1,19 +1,42 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.21.
|
|
4
|
-
Summary: Example
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
Version: 1.21.3
|
|
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
|
|
9
10
|
Classifier: Programming Language :: Python
|
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
13
|
Requires-Python: >=3.11
|
|
14
|
+
Description-Content-Type: text/x-rst
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.2.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.7.0
|
|
19
|
+
Requires-Dist: numba==0.59.1
|
|
20
|
+
Requires-Dist: astropy==6.1.0
|
|
21
|
+
Requires-Dist: numpy==1.26.4
|
|
22
|
+
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
13
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"
|
|
14
32
|
Provides-Extra: inventory
|
|
33
|
+
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
+
Requires-Dist: dkist-inventory==1.4.0; extra == "inventory"
|
|
15
35
|
Provides-Extra: asdf
|
|
36
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.4.0; extra == "asdf"
|
|
16
38
|
Provides-Extra: quality
|
|
39
|
+
Requires-Dist: dkist-quality==1.1.1; extra == "quality"
|
|
17
40
|
|
|
18
41
|
dkist-processing-test
|
|
19
42
|
---------------------
|
|
@@ -61,9 +61,9 @@ definitions:
|
|
|
61
61
|
name: Push Code
|
|
62
62
|
script:
|
|
63
63
|
- pip install -U pip
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
- twine upload
|
|
64
|
+
- pip install build twine
|
|
65
|
+
- python -m build --outdir wheelhouse .
|
|
66
|
+
- python -m twine upload --skip-existing wheelhouse/*
|
|
67
67
|
- step: &push_mpw
|
|
68
68
|
caches:
|
|
69
69
|
- pip
|
|
@@ -1,19 +1,42 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.21.
|
|
4
|
-
Summary: Example
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
Version: 1.21.3
|
|
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
|
|
9
10
|
Classifier: Programming Language :: Python
|
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
13
|
Requires-Python: >=3.11
|
|
14
|
+
Description-Content-Type: text/x-rst
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.2.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.7.0
|
|
19
|
+
Requires-Dist: numba==0.59.1
|
|
20
|
+
Requires-Dist: astropy==6.1.0
|
|
21
|
+
Requires-Dist: numpy==1.26.4
|
|
22
|
+
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
13
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"
|
|
14
32
|
Provides-Extra: inventory
|
|
33
|
+
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
+
Requires-Dist: dkist-inventory==1.4.0; extra == "inventory"
|
|
15
35
|
Provides-Extra: asdf
|
|
36
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.4.0; extra == "asdf"
|
|
16
38
|
Provides-Extra: quality
|
|
39
|
+
Requires-Dist: dkist-quality==1.1.1; extra == "quality"
|
|
17
40
|
|
|
18
41
|
dkist-processing-test
|
|
19
42
|
---------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.2.
|
|
1
|
+
dkist-processing-common==10.2.2
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.7.0
|
|
@@ -24,8 +24,6 @@ pytest-xdist
|
|
|
24
24
|
pytest-cov
|
|
25
25
|
pytest-mock
|
|
26
26
|
dkist-data-simulator>=5.2.0
|
|
27
|
-
dkist-processing-
|
|
28
|
-
dkist-
|
|
29
|
-
dkist-processing-
|
|
30
|
-
dkist-inventory[asdf]==1.4.0
|
|
31
|
-
dkist-quality==1.1.1
|
|
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.2.2",
|
|
25
|
+
"dkist-header-validator == 5.1.1",
|
|
26
|
+
"dkist-service-configuration == 2.2",
|
|
27
|
+
"dkist-fits-specifications == 4.7.0",
|
|
28
|
+
"numba == 0.59.1",
|
|
29
|
+
"astropy == 6.1.0",
|
|
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.0",
|
|
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.4.0",
|
|
53
|
+
]
|
|
54
|
+
asdf = [
|
|
55
|
+
"dkist-processing-common[asdf]",
|
|
56
|
+
"dkist-inventory[asdf]==1.4.0",
|
|
57
|
+
]
|
|
58
|
+
quality = [
|
|
59
|
+
"dkist-quality == 1.1.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,55 +0,0 @@
|
|
|
1
|
-
[metadata]
|
|
2
|
-
name = dkist-processing-test
|
|
3
|
-
description = Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
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-test/src/main/
|
|
9
|
-
classifiers =
|
|
10
|
-
Programming Language :: Python
|
|
11
|
-
Programming Language :: Python :: 3
|
|
12
|
-
Programming Language :: Python :: 3.11
|
|
13
|
-
|
|
14
|
-
[options]
|
|
15
|
-
python_requires = >=3.11
|
|
16
|
-
setup_requires = setuptools_scm
|
|
17
|
-
packages = find:
|
|
18
|
-
include_package_data = True
|
|
19
|
-
install_requires =
|
|
20
|
-
dkist-processing-common == 10.2.1
|
|
21
|
-
dkist-header-validator == 5.1.1
|
|
22
|
-
dkist-service-configuration == 2.2
|
|
23
|
-
dkist-fits-specifications == 4.7.0
|
|
24
|
-
numba == 0.59.1
|
|
25
|
-
astropy == 6.1.0
|
|
26
|
-
numpy == 1.26.4
|
|
27
|
-
dkist-spectral-lines == 3.0.0
|
|
28
|
-
|
|
29
|
-
[options.extras_require]
|
|
30
|
-
test =
|
|
31
|
-
pytest
|
|
32
|
-
pytest-xdist
|
|
33
|
-
pytest-cov
|
|
34
|
-
pytest-mock
|
|
35
|
-
dkist-data-simulator >= 5.2.0
|
|
36
|
-
%(inventory)s # identify pip conflicts in test
|
|
37
|
-
%(asdf)s # identify pip conflicts in test
|
|
38
|
-
%(quality)s # identify pip conflicts in test
|
|
39
|
-
inventory =
|
|
40
|
-
dkist-processing-common[inventory]
|
|
41
|
-
dkist-inventory==1.4.0
|
|
42
|
-
asdf =
|
|
43
|
-
dkist-processing-common[asdf]
|
|
44
|
-
dkist-inventory[asdf]==1.4.0
|
|
45
|
-
quality =
|
|
46
|
-
dkist-quality == 1.1.1
|
|
47
|
-
|
|
48
|
-
[tool:pytest]
|
|
49
|
-
markers =
|
|
50
|
-
development: For tests that can only be run while developing with a sidecar proxy (as opposed to in bitbucket pipelines)
|
|
51
|
-
|
|
52
|
-
[egg_info]
|
|
53
|
-
tag_build =
|
|
54
|
-
tag_date = 0
|
|
55
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.21.2 → dkist_processing_test-1.21.3}/dkist_processing_test/tasks/quality.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
|