Metadata-Version: 2.3
Name: dagster-slurm
Version: 1.5.0
Summary: dagster integration with slurm
Keywords: dagster,slurm,hpc,workflow-orchestration,ray,feray
Author: geoheil
Author-email: geoheil <georg.heiler@ascii.ac.at>
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: dagster>=1.11.7
Requires-Dist: dagster-pipes>=1.11.7
Requires-Dist: loguru>=0.7
Requires-Dist: pexpect~=4.9.0
Requires-Dist: ray>=2.48.0 ; extra == 'ray'
Requires-Python: >=3.12, <3.13
Project-URL: Bug Reports, https://github.com/ascii-supply-networks/dagster-slurm/issues
Project-URL: Documentation, https://ascii-supply-networks.github.io/dagster-slurm/docs/intro
Project-URL: Homepage, https://ascii-supply-networks.github.io/dagster-slurm/
Project-URL: Repository, https://github.com/ascii-supply-networks/dagster-slurm
Provides-Extra: ray
Description-Content-Type: text/markdown

# dagster-slurm

Integrating dagster to orchestrate slurm jobs for distributed systems like ray for a better developer experience on supercomputers.

As part of the hackathon (https://www.openhackathons.org/s/siteevent/a0CUP000013Tp8f2AC/se000375) we intend to work on this integration.
We are looking for more hands to join in - or review the task list so that we can make sure we are not missing anything.

- Tasks for implementation: https://github.com/orgs/ascii-supply-networks/projects/4
- Project lives here https://github.com/ascii-supply-networks/dagster-slurm

See the (draft) [documentation](https://ascii-supply-networks.github.io/dagster-slurm/)

> We are actively looking for contributions to bring this package to life together
