Metadata-Version: 2.4
Name: stepup-queue
Version: 1.0.0
Summary: StepUp Queue integrates queued jobs into a StepUp workflow.
Author-email: Toon Verstraelen <toon.verstraelen@ugent.be>
License-Expression: GPL-3.0-or-later
Project-URL: Issues, https://github.com/reproducible-reporting/stepup-queue/issues
Project-URL: Source, https://github.com/reproducible-reporting/stepup-queue/
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: stepup<4.0.0,>=3.0.0
Provides-Extra: dev
Requires-Dist: psutil; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: mike; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocstrings[python]; extra == "dev"
Requires-Dist: mkdocs-macros-plugin; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"
Dynamic: license-file

<!-- markdownlint-disable line-length -->

# StepUp Queue

[![release](https://github.com/reproducible-reporting/stepup-queue/actions/workflows/release.yaml/badge.svg)](https://github.com/reproducible-reporting/stepup-queue/actions/workflows/release.yaml)
[![pytest](https://github.com/reproducible-reporting/stepup-queue/actions/workflows/pytest.yaml/badge.svg)](https://github.com/reproducible-reporting/stepup-queue/actions/workflows/pytest.yaml)
[![mkdocs](https://github.com/reproducible-reporting/stepup-queue/actions/workflows/mkdocs.yaml/badge.svg)](https://github.com/reproducible-reporting/stepup-queue/actions/workflows/mkdocs.yaml)
[![PyPI Version](https://img.shields.io/pypi/v/stepup-queue)](https://pypi.org/project/stepup-queue/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stepup-queue)
![GPL-3 License](https://img.shields.io/github/license/reproducible-reporting/stepup-queue)

StepUp Queue is an experimental extension of
[StepUp Core](https://reproducible-reporting.github.io/stepup-core)
to integrate queued jobs into a workflow.
Currently, it only supports integration with [SLURM](https://slurm.schedmd.com/),
but it is designed to be extensible to other job schedulers.
