Metadata-Version: 2.1
Name: lsst-ctrl-mpexec
Version: 24.0.0rc3
Summary: Pipeline execution infrastructure for the Rubin Science Pipelines
Home-page: https://github.com/lsst/ctrl_mpexec
Author: Rubin Observatory Data Management
Author-email: dm-admin@lists.lsst.org
License: GPLv3+ License
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lsst-utils
Requires-Dist: lsst-daf-butler
Requires-Dist: lsst-pex-config
Requires-Dist: lsst-pipe-base
Requires-Dist: click
Requires-Dist: astropy
Requires-Dist: pydantic
Requires-Dist: networkx
Requires-Dist: psutil

################
lsst-ctrl-mpexec
################

.. image:: https://img.shields.io/pypi/v/lsst-ctrl-mpexec.svg
    :target: https://pypi.org/project/lsst-ctrl-mpexec/
.. image:: https://codecov.io/gh/lsst/ctrl_mpexec/branch/main/graph/badge.svg?token=P8UFFVTC4I
 :target: https://codecov.io/gh/lsst/ctrl_mpexec

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

It provides a PipelineTask execution framework for single-node processing.

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

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