Metadata-Version: 2.1
Name: qtoolkit
Version: 0.1.4
Summary: QToolKit is a python wrapper interfacing with job queues (e.g. PBS, SLURM, ...).
Author-email: David Waroquiers <david.waroquiers@matgenix.com>
License: modified BSD
Project-URL: homepage, https://matgenix.github.io/qtoolkit/
Project-URL: repository, https://github.com/matgenix/qtoolkit
Project-URL: documentation, https://matgenix.github.io/qtoolkit/
Project-URL: changelog, https://matgenix.github.io/qtoolkit/changelog
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Provides-Extra: tests
Requires-Dist: pytest==7.2.1; extra == "tests"
Requires-Dist: pytest-cov==4.0.0; extra == "tests"
Requires-Dist: pytest-mock==3.10.0; extra == "tests"
Requires-Dist: monty>=2022.9.9; extra == "tests"
Requires-Dist: ruamel.yaml; extra == "tests"
Provides-Extra: maintain
Requires-Dist: git-changelog>=0.6; extra == "maintain"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: ipython!=8.1.0; extra == "docs"
Requires-Dist: qtoolkit[msonable,remote]; extra == "docs"
Provides-Extra: strict
Provides-Extra: remote
Requires-Dist: fabric>=3.0.0; extra == "remote"
Provides-Extra: msonable
Requires-Dist: monty>=2022.9.9; extra == "msonable"

<div align="center">

# <img width="180px" alt="QToolKit" align="center" src="https://raw.githubusercontent.com/Matgenix/QToolKit/main/doc/img/qtoolkit_logo.svg">

</div>

<div align="center">

[![tests](https://img.shields.io/github/actions/workflow/status/matgenix/qtoolkit/testing.yml?branch=develop&label=tests)](https://github.com/matgenix/qtoolkit/actions/workflows/testing.yml)
[![code coverage](https://img.shields.io/codecov/c/gh/matgenix/qtoolkit)](https://codecov.io/gh/matgenix/qtoolkit)
[![pypi version](https://img.shields.io/pypi/v/qtoolkit?color=blue)](https://pypi.org/project/qtoolkit)
![supported python versions](https://img.shields.io/pypi/pyversions/qtoolkit)

</div>

**[Full Documentation][docs]**

> [!WARNING]
> 🚧 This repository is still under construction. 🚧

## Need help?

Ask questions about QToolKit on the [QToolKit support forum][help-forum].
If you've found an issue with QToolKit, please submit a bug report on [GitHub Issues][issues].

## What’s new?

Track changes to qtoolkit through the [changelog][changelog].

## Contributing

We greatly appreciate any contributions in the form of a pull request.
Additional information on contributing to QToolKit can be found [here][contributing].
We maintain a list of all contributors [here][contributors].

### Code of conduct

Help us keep QToolKit open and inclusive.
Please read and follow our [Code of Conduct][codeofconduct]
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md).

## License

QToolKit is released under a modified BSD license; the full text can be found [here][license].

## Acknowledgements

QToolKit is developed and maintained by Matgenix SRL.

A full list of all contributors can be found [here][contributors].

[help-forum]: https://github.com/matgenix/qtoolkit/issues
[issues]: https://github.com/matgenix/qtoolkit/issues
[installation]: https://github.com/matgenix/qtoolkit/blob/develop/INSTALL.md
[contributing]: https://github.com/matgenix/qtoolkit/blob/develop/CONTRIBUTING.md
[codeofconduct]: https://github.com/matgenix/qtoolkit/blob/develop/CODE_OF_CONDUCT.md
[changelog]: https://github.com/matgenix/qtoolkit/blob/develop/CHANGELOG.md
[contributors]: https://matgenix.github.io/qtoolkit/graphs/contributors
[license]: https://raw.githubusercontent.com/matgenix/qtoolkit/develop/LICENSE
[docs]: https://matgenix.github.io/qtoolkit/
