Metadata-Version: 2.1
Name: lsst-ctrl-bps
Version: 25.2023.3000
Summary: Pluggable execution of workflow graphs from Rubin pipelines.
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
License: GPLv3+ License
Project-URL: Homepage, https://github.com/lsst/ctrl_bps
Keywords: lsst
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/markdown
License-File: COPYRIGHT
License-File: LICENSE
Requires-Dist: astropy (>=4.0)
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: click (>=7.0)
Requires-Dist: networkx
Requires-Dist: lsst-daf-butler
Requires-Dist: lsst-pipe-base
Requires-Dist: lsst-ctrl-mpexec
Requires-Dist: lsst-utils
Requires-Dist: lsst-resources
Provides-Extra: test
Requires-Dist: pytest (>=3.2) ; extra == 'test'
Requires-Dist: pytest-openfiles (>=0.5.0) ; extra == 'test'

# lsst-ctrl-bps

[![pypi](https://img.shields.io/pypi/v/lsst-ctrl-bps.svg)](https://pypi.org/project/lsst-ctrl-bps/)
[![codecov](https://codecov.io/gh/lsst/ctrl_bps/branch/main/graph/badge.svg?token=uPLAO36lS7)](https://codecov.io/gh/lsst/ctrl_bps)

This package provides a PipelineTask execution framework for multi-node processing for the LSST Batch Production Service (BPS).

This is a Python 3 only package.

* SPIE Paper from 2022: [The Vera C. Rubin Observatory Data Butler and Pipeline Execution System](https://arxiv.org/abs/2206.14941)

PyPI: [lsst-ctrl-bps](https://pypi.org/project/lsst-ctrl-bps/)
