Metadata-Version: 2.1
Name: gridtk
Version: 2.0.0
Summary: Grid-enabled job submitter and execution monitor for Idiap
Author-email: Andre Anjos <andre.anjos@idiap.ch>, Manuel Guenther <manuel.guenther@idiap.ch>
License: GNU General Public License v3 (GPLv3)
Project-URL: documentation, https://gridtk.readthedocs.io/en/v2.0.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
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.9
Description-Content-Type: text/markdown
Provides-Extra: qa
Provides-Extra: doc
Provides-Extra: test

<!--
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.0.0-orange.svg)](https://gridtk.readthedocs.io/en/v2.0.0/)
[![build](https://gitlab.idiap.ch/software/gridtk/badges/v2.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/gridtk/commits/v2.0.0)
[![coverage](https://gitlab.idiap.ch/software/gridtk/badges/v2.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/gridtk/v2.0.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.
