COPYRIGHT
LICENSE
MANIFEST.in
README.md
bsd_license.txt
gpl-v3.0.txt
pyproject.toml
setup.cfg
doc/lsst.pipe.base/CHANGES.rst
doc/lsst.pipe.base/creating-a-pipeline.rst
doc/lsst.pipe.base/creating-a-pipelinetask.rst
doc/lsst.pipe.base/creating-a-task.rst
doc/lsst.pipe.base/index.rst
doc/lsst.pipe.base/task-framework-overview.rst
doc/lsst.pipe.base/task-retargeting-howto.rst
doc/lsst.pipe.base/testing-a-pipeline-task.rst
doc/lsst.pipe.base/testing-pipelines-with-mocks.rst
doc/lsst.pipe.base/working-with-pipeline-graphs.rst
python/lsst/__init__.py
python/lsst/pipe/__init__.py
python/lsst/pipe/base/__init__.py
python/lsst/pipe/base/_datasetQueryConstraints.py
python/lsst/pipe/base/_dataset_handle.py
python/lsst/pipe/base/_instrument.py
python/lsst/pipe/base/_observation_dimension_packer.py
python/lsst/pipe/base/_quantumContext.py
python/lsst/pipe/base/_status.py
python/lsst/pipe/base/_task_metadata.py
python/lsst/pipe/base/all_dimensions_quantum_graph_builder.py
python/lsst/pipe/base/automatic_connection_constants.py
python/lsst/pipe/base/caching_limited_butler.py
python/lsst/pipe/base/config.py
python/lsst/pipe/base/configOverrides.py
python/lsst/pipe/base/connectionTypes.py
python/lsst/pipe/base/connections.py
python/lsst/pipe/base/executionButlerBuilder.py
python/lsst/pipe/base/execution_reports.py
python/lsst/pipe/base/graphBuilder.py
python/lsst/pipe/base/pipeTools.py
python/lsst/pipe/base/pipeline.py
python/lsst/pipe/base/pipelineIR.py
python/lsst/pipe/base/pipelineTask.py
python/lsst/pipe/base/prerequisite_helpers.py
python/lsst/pipe/base/py.typed
python/lsst/pipe/base/quantum_graph_builder.py
python/lsst/pipe/base/quantum_graph_skeleton.py
python/lsst/pipe/base/struct.py
python/lsst/pipe/base/task.py
python/lsst/pipe/base/taskFactory.py
python/lsst/pipe/base/testUtils.py
python/lsst/pipe/base/version.py
python/lsst/pipe/base/cli/__init__.py
python/lsst/pipe/base/cli/resources.yaml
python/lsst/pipe/base/cli/cmd/__init__.py
python/lsst/pipe/base/cli/cmd/commands.py
python/lsst/pipe/base/cli/opt/__init__.py
python/lsst/pipe/base/cli/opt/arguments.py
python/lsst/pipe/base/cli/opt/options.py
python/lsst/pipe/base/formatters/__init__.py
python/lsst/pipe/base/formatters/pexConfig.py
python/lsst/pipe/base/graph/__init__.py
python/lsst/pipe/base/graph/_implDetails.py
python/lsst/pipe/base/graph/_loadHelpers.py
python/lsst/pipe/base/graph/_versionDeserializers.py
python/lsst/pipe/base/graph/graph.py
python/lsst/pipe/base/graph/graphSummary.py
python/lsst/pipe/base/graph/quantumNode.py
python/lsst/pipe/base/pipeline_graph/__init__.py
python/lsst/pipe/base/pipeline_graph/__main__.py
python/lsst/pipe/base/pipeline_graph/_dataset_types.py
python/lsst/pipe/base/pipeline_graph/_edges.py
python/lsst/pipe/base/pipeline_graph/_exceptions.py
python/lsst/pipe/base/pipeline_graph/_mapping_views.py
python/lsst/pipe/base/pipeline_graph/_nodes.py
python/lsst/pipe/base/pipeline_graph/_pipeline_graph.py
python/lsst/pipe/base/pipeline_graph/_task_subsets.py
python/lsst/pipe/base/pipeline_graph/_tasks.py
python/lsst/pipe/base/pipeline_graph/io.py
python/lsst/pipe/base/pipeline_graph/visualization/__init__.py
python/lsst/pipe/base/pipeline_graph/visualization/_formatting.py
python/lsst/pipe/base/pipeline_graph/visualization/_layout.py
python/lsst/pipe/base/pipeline_graph/visualization/_merge.py
python/lsst/pipe/base/pipeline_graph/visualization/_options.py
python/lsst/pipe/base/pipeline_graph/visualization/_printer.py
python/lsst/pipe/base/pipeline_graph/visualization/_show.py
python/lsst/pipe/base/script/__init__.py
python/lsst/pipe/base/script/register_instrument.py
python/lsst/pipe/base/script/transfer_from_graph.py
python/lsst/pipe/base/tests/__init__.py
python/lsst/pipe/base/tests/no_dimensions.py
python/lsst/pipe/base/tests/pipelineStepTester.py
python/lsst/pipe/base/tests/simpleQGraph.py
python/lsst/pipe/base/tests/util.py
python/lsst/pipe/base/tests/mocks/__init__.py
python/lsst/pipe/base/tests/mocks/_data_id_match.py
python/lsst/pipe/base/tests/mocks/_pipeline_task.py
python/lsst/pipe/base/tests/mocks/_storage_class.py
python/lsst_pipe_base.egg-info/PKG-INFO
python/lsst_pipe_base.egg-info/SOURCES.txt
python/lsst_pipe_base.egg-info/dependency_links.txt
python/lsst_pipe_base.egg-info/requires.txt
python/lsst_pipe_base.egg-info/top_level.txt
python/lsst_pipe_base.egg-info/zip-safe
tests/test_caching_limited_butler.py
tests/test_cliCmdRegisterInstrument.py
tests/test_configOverrides.py
tests/test_config_formatter.py
tests/test_connections.py
tests/test_dataid_match.py
tests/test_dataset_handle.py
tests/test_dynamic_connections.py
tests/test_executionButler.py
tests/test_execution_reports.py
tests/test_graphBuilder.py
tests/test_instrument.py
tests/test_pipeline.py
tests/test_pipelineIR.py
tests/test_pipelineLoadSubset.py
tests/test_pipelineTask.py
tests/test_pipeline_graph.py
tests/test_quantumGraph.py
tests/test_struct.py
tests/test_task.py
tests/test_taskmetadata.py
tests/test_testUtils.py