lsst-ctrl-bps 29.2025.4300__tar.gz → 29.2025.4400__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.
- {lsst_ctrl_bps-29.2025.4300/python/lsst_ctrl_bps.egg-info → lsst_ctrl_bps-29.2025.4400}/PKG-INFO +3 -3
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/pyproject.toml +3 -3
- lsst_ctrl_bps-29.2025.4400/python/lsst/ctrl/bps/version.py +2 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400/python/lsst_ctrl_bps.egg-info}/PKG-INFO +3 -3
- lsst_ctrl_bps-29.2025.4300/python/lsst/ctrl/bps/version.py +0 -2
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/COPYRIGHT +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/LICENSE +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/MANIFEST.in +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/README.md +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/bsd_license.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/doc/lsst.ctrl.bps/CHANGES.rst +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/doc/lsst.ctrl.bps/index.rst +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/doc/lsst.ctrl.bps/quickstart.rst +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/gpl-v3.0.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/_exceptions.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/bps_config.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/bps_draw.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/bps_reports.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/bps_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cancel.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/bps.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/cmd/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/cmd/commands.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/__init__.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/arguments.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/option_groups.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/options.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/clustered_quantum_graph.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/constants.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/construct.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/drivers.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/etc/bps_defaults.yaml +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/generic_workflow.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/initialize.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/ping.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/pre_transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/prepare.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/quantum_clustering_funcs.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/report.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/restart.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/status.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/submit.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/tests/config_test_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/tests/gw_test_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/wms_service.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/SOURCES.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/dependency_links.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/entry_points.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/requires.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/top_level.txt +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/zip-safe +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/setup.cfg +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_bps_reports.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_bps_utils.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_bpsconfig.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_cli_commands.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_clustered_quantum_graph.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_construct.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_drivers.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_generic_workflow.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_initialize.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_ping.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_pre_transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_quantum_clustering_funcs.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_report.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_status.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_transform.py +0 -0
- {lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_wms_service.py +0 -0
{lsst_ctrl_bps-29.2025.4300/python/lsst_ctrl_bps.egg-info → lsst_ctrl_bps-29.2025.4400}/PKG-INFO
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-bps
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4400
|
|
4
4
|
Summary: Pluggable execution of workflow graphs from Rubin pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
|
-
License: BSD
|
|
6
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://github.com/lsst/ctrl_bps
|
|
8
8
|
Keywords: lsst
|
|
9
9
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
17
17
|
Requires-Python: >=3.11.0
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
@@ -6,19 +6,20 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
name = "lsst-ctrl-bps"
|
|
7
7
|
requires-python = ">=3.11.0"
|
|
8
8
|
description = "Pluggable execution of workflow graphs from Rubin pipelines."
|
|
9
|
-
license =
|
|
9
|
+
license = "BSD-3-Clause OR GPL-3.0-or-later"
|
|
10
|
+
license-files = ["COPYRIGHT", "LICENSE", "bsd_license.txt", "gpl-v3.0.txt"]
|
|
10
11
|
readme = "README.md"
|
|
11
12
|
authors = [
|
|
12
13
|
{name="Rubin Observatory Data Management", email="dm-admin@lists.lsst.org"},
|
|
13
14
|
]
|
|
14
15
|
classifiers = [
|
|
15
16
|
"Intended Audience :: Science/Research",
|
|
16
|
-
"License :: OSI Approved :: BSD License",
|
|
17
17
|
"Operating System :: OS Independent",
|
|
18
18
|
"Programming Language :: Python :: 3",
|
|
19
19
|
"Programming Language :: Python :: 3.11",
|
|
20
20
|
"Programming Language :: Python :: 3.12",
|
|
21
21
|
"Programming Language :: Python :: 3.13",
|
|
22
|
+
"Programming Language :: Python :: 3.14",
|
|
22
23
|
"Topic :: Scientific/Engineering :: Astronomy",
|
|
23
24
|
]
|
|
24
25
|
keywords = ["lsst"]
|
|
@@ -49,7 +50,6 @@ where = ["python"]
|
|
|
49
50
|
|
|
50
51
|
[tool.setuptools]
|
|
51
52
|
zip-safe = true
|
|
52
|
-
license-files = ["COPYRIGHT", "LICENSE", "bsd_license.txt", "gpl-v3.0.txt"]
|
|
53
53
|
|
|
54
54
|
[tool.setuptools.package-data]
|
|
55
55
|
"lsst.ctrl.bps" = ["etc/*.yaml"]
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400/python/lsst_ctrl_bps.egg-info}/PKG-INFO
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-bps
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4400
|
|
4
4
|
Summary: Pluggable execution of workflow graphs from Rubin pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
|
-
License: BSD
|
|
6
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://github.com/lsst/ctrl_bps
|
|
8
8
|
Keywords: lsst
|
|
9
9
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
17
17
|
Requires-Python: >=3.11.0
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
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
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/_exceptions.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/bps_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/bps_reports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/cmd/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/cmd/commands.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/cli/opt/options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/etc/bps_defaults.yaml
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/generic_workflow.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/initialize.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/pre_transform.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
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst/ctrl/bps/wms_service.py
RENAMED
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/python/lsst_ctrl_bps.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_clustered_quantum_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-29.2025.4300 → lsst_ctrl_bps-29.2025.4400}/tests/test_quantum_clustering_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|