Metadata-Version: 2.1
Name: pymbse-exec
Version: 0.0.4
Summary: Execution module for PyMBSE
Home-page: https://pymbse.docs.cern.ch
License: BSD-4-Clause
Author: Matthias Bonora
Author-email: matthias.bonora@cern.ch
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: celery (>=5.4.0,<6.0.0)
Requires-Dist: pydantic (>=2,<3)
Requires-Dist: pydantic-yaml (>=1.3.0,<2.0.0)
Requires-Dist: pymbse-client (>=0.0.3,<0.0.4)
Requires-Dist: pymbse-commons (>=0.1.2,<0.2.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: redis (>=5.0.8,<6.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Documentation, https://pymbse.docs.cern.ch/pymbse-exec
Project-URL: Repository, https://gitlab.cern.ch/pymbse/pymbse-exec
Description-Content-Type: text/markdown

<!---
SPDX-FileCopyrightText: 2024 CERN

SPDX-License-Identifier: BSD-4-Clause
--->
# PyMBSE-exec

PyMBSE-exec is the Execution module for PyMBSE. It consists of a REST-API for communication, and a Back-end structure for Adding new tools.

## Setting up

## Simplified local version

## Multi-tool distributed version

