LICENSE
README.md
pyproject.toml
setup.cfg
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/_instrument.py
python/lsst/pipe/base/_status.py
python/lsst/pipe/base/_task_metadata.py
python/lsst/pipe/base/argumentParser.py
python/lsst/pipe/base/butlerQuantumContext.py
python/lsst/pipe/base/cmdLineTask.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/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/py.typed
python/lsst/pipe/base/shims.py
python/lsst/pipe/base/struct.py
python/lsst/pipe/base/task.py
python/lsst/pipe/base/taskFactory.py
python/lsst/pipe/base/task_logging.py
python/lsst/pipe/base/testUtils.py
python/lsst/pipe/base/timer.py
python/lsst/pipe/base/version.py
python/lsst/pipe/base/cli/__init__.py
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/quantumNode.py
python/lsst/pipe/base/script/__init__.py
python/lsst/pipe/base/script/register_instrument.py
python/lsst/pipe/base/tests/__init__.py
python/lsst/pipe/base/tests/no_dimensions.py
python/lsst/pipe/base/tests/simpleQGraph.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_cliCmdRegisterInstrument.py
tests/test_config.py
tests/test_configOverrides.py
tests/test_config_formatter.py
tests/test_connections.py
tests/test_dataIdContainer.py
tests/test_graphBuilder.py
tests/test_instrument.py
tests/test_logging.py
tests/test_pipeTools.py
tests/test_pipeline.py
tests/test_pipelineIR.py
tests/test_pipelineTask.py
tests/test_quantumGraph.py
tests/test_showTasks.py
tests/test_struct.py
tests/test_task.py
tests/test_taskmetadata.py
tests/test_testUtils.py