Metadata-Version: 2.1
Name: slurm_workflow_utils
Version: 0.1.1
Summary: Collection of Python scripts to facilitate creation and dispatching of computational jobs
Home-page: https://github.com/jai-python3/slurm-workflow-utils
Author: Jaideep Sundaram
Author-email: jai.python3@gmail.com
Keywords: slurm_workflow_utils
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click >=7.0
Requires-Dist: PyYAML
Requires-Dist: Rich
Requires-Dist: simple-template-toolkit
Requires-Dist: yamlordereddictloader

=====================
Slurm Workflow Utils
=====================

Collection of Python scripts to facilitate creation and dispatching of computational jobs via SLURM sbatch scripts.


Features
--------

To following exported console scripts are available:

- workflow-builder
- workflow-launcher


=======
History
=======

0.1.0 (2024-02-01)
------------------

* First release on PyPI.
