lsst-ctrl-mpexec 30.0.0rc3__tar.gz → 30.2026.400__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_mpexec-30.0.0rc3/python/lsst_ctrl_mpexec.egg-info → lsst_ctrl_mpexec-30.2026.400}/PKG-INFO +1 -1
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/opt/options.py +2 -1
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/showInfo.py +10 -0
- lsst_ctrl_mpexec-30.2026.400/python/lsst/ctrl/mpexec/version.py +2 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400/python/lsst_ctrl_mpexec.egg-info}/PKG-INFO +1 -1
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_build.py +4 -0
- lsst_ctrl_mpexec-30.0.0rc3/python/lsst/ctrl/mpexec/version.py +0 -2
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/COPYRIGHT +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/LICENSE +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/MANIFEST.in +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/README.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/bsd_license.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/doc/lsst.ctrl.mpexec/CHANGES.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/doc/lsst.ctrl.mpexec/configuring-pipetask-tasks.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/doc/lsst.ctrl.mpexec/index.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/doc/lsst.ctrl.mpexec/pipetask.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/gpl-v3.0.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/pyproject.toml +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/_pipeline_graph_factory.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/butler_factory.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/cmd/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/cmd/commands.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/opt/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/opt/arguments.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/opt/optionGroups.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/pipetask.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/build.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/cleanup.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/confirmable.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/pre_exec_init_qbb.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/purge.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/qgraph.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/report.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/run.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/run_qbb.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/script/update_graph_run.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/utils.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/execFixupDataId.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/executionGraphFixup.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/log_capture.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/mpGraphExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/preExecInit.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/py.typed +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/quantumGraphExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/reports.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/separablePipelineExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/simple_pipeline_executor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/singleQuantumExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/taskFactory.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/util.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst_ctrl_mpexec.egg-info/SOURCES.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst_ctrl_mpexec.egg-info/dependency_links.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst_ctrl_mpexec.egg-info/entry_points.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst_ctrl_mpexec.egg-info/requires.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst_ctrl_mpexec.egg-info/top_level.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst_ctrl_mpexec.egg-info/zip-safe +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/setup.cfg +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_cliCmdCleanup.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_cliCmdPurge.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_cliCmdReport.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_cliCmdUpdateGraphRun.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_cliUtils.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_preExecInit.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_qgraph.py +0 -0
- {lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_run.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-mpexec
|
|
3
|
-
Version: 30.
|
|
3
|
+
Version: 30.2026.400
|
|
4
4
|
Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
@@ -322,7 +322,8 @@ show_option = MWOptionDecorator(
|
|
|
322
322
|
show subset labels and associated tasks; ``uri`` to show
|
|
323
323
|
predicted dataset URIs of quanta; ``pipeline-graph`` for a
|
|
324
324
|
text-based visualization of the pipeline (tasks and dataset types);
|
|
325
|
-
``task-graph`` for a text-based visualization of just the tasks
|
|
325
|
+
``task-graph`` for a text-based visualization of just the tasks;
|
|
326
|
+
``inputs`` for a list of overall-input dataset types.
|
|
326
327
|
With -b, pipeline-graph and task-graph include additional information.
|
|
327
328
|
"""
|
|
328
329
|
),
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/showInfo.py
RENAMED
|
@@ -113,6 +113,7 @@ class ShowInfo:
|
|
|
113
113
|
"pipeline-graph",
|
|
114
114
|
"task-graph",
|
|
115
115
|
"subsets",
|
|
116
|
+
"inputs",
|
|
116
117
|
}
|
|
117
118
|
graph_commands = {"graph", "workflow", "uri"}
|
|
118
119
|
|
|
@@ -186,6 +187,15 @@ class ShowInfo:
|
|
|
186
187
|
visualization.show(
|
|
187
188
|
pipeline_graph_factory(visualization_only=True), self.stream, dataset_types=False
|
|
188
189
|
)
|
|
190
|
+
case "inputs":
|
|
191
|
+
pg = pipeline_graph_factory(visualization_only=True)
|
|
192
|
+
for dataset_type_name, dataset_type_node in sorted(pg.iter_overall_inputs()):
|
|
193
|
+
assert dataset_type_node is not None, "Pipeline graph was just resolved."
|
|
194
|
+
print(
|
|
195
|
+
dataset_type_name,
|
|
196
|
+
dataset_type_node.dimensions,
|
|
197
|
+
dataset_type_node.storage_class_name,
|
|
198
|
+
)
|
|
189
199
|
case _:
|
|
190
200
|
raise RuntimeError(f"Unexpectedly tried to process command {command!r}.")
|
|
191
201
|
self.handled.add(command)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-mpexec
|
|
3
|
-
Version: 30.
|
|
3
|
+
Version: 30.2026.400
|
|
4
4
|
Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
@@ -277,6 +277,10 @@ class BuildTestCase(unittest.TestCase):
|
|
|
277
277
|
"### Subtasks for task `lsst.pipe.base.tests.mocks.DynamicTestPipelineTask'", result.output
|
|
278
278
|
)
|
|
279
279
|
|
|
280
|
+
result = runner.invoke(pipetaskCli, ["build", "-p", pipeline_file, "--show", "inputs"])
|
|
281
|
+
self.assertEqual(result.exit_code, 0)
|
|
282
|
+
self.assertIn("d1", result.output)
|
|
283
|
+
|
|
280
284
|
def test_show_unrecognized(self):
|
|
281
285
|
"""Test that ShowInfo raises when given unrecognized commands."""
|
|
282
286
|
with self.assertRaises(ValueError):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/doc/lsst.ctrl.mpexec/CHANGES.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/doc/lsst.ctrl.mpexec/pipetask.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/__init__.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_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/pipetask.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
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/cli/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/log_capture.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/preExecInit.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/reports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/python/lsst/ctrl/mpexec/taskFactory.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
|
{lsst_ctrl_mpexec-30.0.0rc3 → lsst_ctrl_mpexec-30.2026.400}/tests/test_cliCmdUpdateGraphRun.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|