Metadata-Version: 2.1
Name: qjobs
Version: 0.2.0
Summary: Get a clean and flexible output from qstat
Home-page: https://github.com/amorison/qjobs
Author: Adrien Morison
Author-email: adrien.morison@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE.rst
Requires-Dist: setuptools-scm
Requires-Dist: loam (>=0.3.1)

.. image:: https://readthedocs.org/projects/qjobs/badge/?version=latest
    :target: https://qjobs.readthedocs.org/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://badge.fury.io/py/qjobs.svg
   :target: https://badge.fury.io/py/qjobs
   :alt: PyPI version

qjobs
=====

qjobs is an attempt to get a cleaner and more customizable output than the one
provided by qstat (Sun Grid Engine).

Quick installation
------------------

``qjobs`` is available on PyPI. It is compatible with Python3.6 and higher.

Installation of ``qjobs`` can be done with ``pip``::

    python3 -m pip install -U --user qjobs

That's it! If the directory where pip installs packages (usually
``~/.local/bin``) is in your ``PATH`` environment variable, you only have to
run ``qjobs`` from the command line to launch the wrapper. Enjoy!


