Metadata-Version: 2.3
Name: gridtk
Version: 2.1.0
Summary: Grid-enabled job submitter and execution monitor for Idiap
Project-URL: documentation, https://gridtk.readthedocs.io/en/v2.1.0/
Project-URL: homepage, https://pypi.org/project/gridtk
Project-URL: repository, https://gitlab.idiap.ch/software/gridtk
Project-URL: changelog, https://gitlab.idiap.ch/software/gridtk/-/releases
Author-email: Andre Anjos <andre.anjos@idiap.ch>, Manuel Guenther <manuel.guenther@idiap.ch>
License-Expression: GPL-3.0-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: clapper
Requires-Dist: sqlalchemy<2
Provides-Extra: doc
Requires-Dist: auto-intersphinx; extra == 'doc'
Requires-Dist: furo; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-inline-tabs; extra == 'doc'
Provides-Extra: qa
Requires-Dist: pre-commit; extra == 'qa'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>

SPDX-License-Identifier: GPL-3.0-or-later
-->

[![latest-docs](https://img.shields.io/badge/docs-v2.1.0-orange.svg)](https://gridtk.readthedocs.io/en/v2.1.0/)
[![build](https://gitlab.idiap.ch/software/gridtk/badges/v2.1.0/pipeline.svg)](https://gitlab.idiap.ch/software/gridtk/commits/v2.1.0)
[![coverage](https://gitlab.idiap.ch/software/gridtk/badges/v2.1.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/gridtk/v2.1.0/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/gridtk)


# Grid-enabled job submitter and execution monitor for Idiap

This package provides a set of python wrappers around SGE utilities like
`qsub`, `qstat` and `qdel`, and simplify job submission and management. It
interacts with these tools to submit and manage grid jobs.  It is hardcoded to
work with the SGE grid at Idiap.

For installation and usage instructions, check-out our documentation.
