Metadata-Version: 2.1
Name: lsst-ctrl-bps-panda
Version: 25.2023.2000
Summary: PanDA plugin for lsst-ctrl-bps.
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
License: GPLv3+ License
Project-URL: Homepage, https://github.com/lsst/ctrl_bps_panda
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/x-rst
License-File: COPYRIGHT
License-File: LICENSE
Requires-Dist: click (>=7.0)
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: idds-client
Requires-Dist: idds-common
Requires-Dist: idds-doma
Requires-Dist: idds-workflow
Requires-Dist: panda-client
Requires-Dist: lsst-ctrl-bps
Requires-Dist: lsst-daf-butler
Requires-Dist: lsst-resources
Requires-Dist: lsst-utils
Provides-Extra: test
Requires-Dist: pytest (>=3.2) ; extra == 'test'
Requires-Dist: flake8 (>=3.7.5) ; extra == 'test'
Requires-Dist: pytest-flake8 (>=1.0.4) ; extra == 'test'
Requires-Dist: pytest-openfiles (>=0.5.0) ; extra == 'test'

##############
ctrl_bps_panda
##############

.. image:: https://img.shields.io/pypi/v/lsst-ctrl-bps-panda.svg
    :target: https://pypi.org/project/lsst-ctrl-bps-panda/
.. image:: https://codecov.io/gh/lsst/ctrl_bps_panda/branch/main/graph/badge.svg?token=YoPKBx96gw
 :target: https://codecov.io/gh/lsst/ctrl_bps_panda

``ctrl_bps_panda`` is a package in the `LSST Science Pipelines <https://pipelines.lsst.io>`_.

It provides a PanDA plugin for LSST PipelineTask execution framework, based on ``ctrl_bps``.

* SPIE paper from 2022: `The Vera C. Rubin Observatory Data Butler and Pipeline Execution System <https://arxiv.org/abs/2206.14941>`_.
* `User Guide <https://panda.lsst.io/>`_.


PyPI: `lsst-ctrl-mpexec <https://pypi.org/project/lsst-ctrl-bps-panda/>`_
