Metadata-Version: 2.4
Name: aiida_scheduler
Version: 0.1.2
Summary: Process scheduler for AiiDA.
Author-email: Xing Wang <xingwang1991@gmail.com>
Project-URL: Documentation, https://aiida-scheduler.readthedocs.io
Project-URL: Source, https://github.com/aiidateam/aiida-scheduler
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: AiiDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Requires-Dist: aiida-scheduler
Provides-Extra: pre-commit
Requires-Dist: pre-commit~=2.2; extra == "pre-commit"
Requires-Dist: pylint~=2.17.4; extra == "pre-commit"

# AiiDA-Scheduler
[![PyPI version](https://badge.fury.io/py/aiida-scheduler.svg)](https://badge.fury.io/py/aiida-scheduler)
[![Unit test](https://github.com/superstar54/aiida-scheduler/actions/workflows/ci.yaml/badge.svg)](https://github.com/superstar54/aiida-scheduler/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/superstar54/aiida-scheduler/branch/main/graph/badge.svg)](https://codecov.io/gh/superstar54/aiida-scheduler)
[![Docs status](https://readthedocs.org/projects/aiida-scheduler/badge)](http://aiida-scheduler.readthedocs.io/)

Efficiently control the execution of AiiDA processes with AiiDA Scheduler:
* enforce dynamic concurrency limits per HPC allocation;
* implement priority scheduling so urgent workflows start first; and
* obtain live visibility into queue state and utilisation in a GUI.

## Installation

```console
    pip install aiida-scheduler
```


## Documentation
Explore the comprehensive [documentation](https://aiida-scheduler.readthedocs.io/en/latest/) to discover all the features and capabilities of AiiDA Scheduler.


## License
[MIT](http://opensource.org/licenses/MIT)
