Metadata-Version: 2.0
Name: qjobs
Version: 0.1.1
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
Description-Content-Type: UNKNOWN
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: setuptools-scm
Requires-Dist: loam (>=0.1.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.4 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!


