Metadata-Version: 2.4
Name: sbatchman
Version: 0.8.3
Summary: A utility to create, launch and monitor code experiments on SLURM, PBS, or local machines.
Author: Lorenzo Pichetti
Author-email: Salvatore Andaloro <sbatchman@sasso.dev>, Thomas Pasquali <thomas.pasquali@unitn.it>
Project-URL: Homepage, https://github.com/LorenzoPichetti/SbatchMan
Project-URL: Bug Tracker, https://github.com/LorenzoPichetti/SbatchMan/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: typer[all]
Requires-Dist: textual
Requires-Dist: rich
Requires-Dist: PyYAML
Requires-Dist: platformdirs
Requires-Dist: pandas

<p align="center">
    <img src="https://github.com/LorenzoPichetti/SbatchMan/blob/main/docs/images/sbatchman.png" alt="SbatchMan" width="124">
<p>

# SbatchMan

A utility to create, launch, and monitor code experiments on SLURM, PBS, or local machines.

# Documentation

You can find a comprehensive documentation at [https://sbatchman.readthedocs.io/en/latest/](https://sbatchman.readthedocs.io/en/latest/)

PyPi project: [https://pypi.org/project/sbatchman/](https://pypi.org/project/sbatchman/)
