Metadata-Version: 1.1
Name: pyjob
Version: 0.4.2
Summary: Job Management Controller
Home-page: https://pyjob.rtfd.io
Author: Felix Simkovic
Author-email: felixsimkovic@me.com
License: MIT License
Description: *****
        PyJob
        *****
        
        **Python-controlled job execution across multiple platforms**
        
        .. image:: https://img.shields.io/pypi/v/pyjob.svg
           :target: https://pypi.python.org/pypi/pyjob
           :alt: PyPi Package
        
        .. image:: https://codecov.io/gh/fsimkovic/pyjob/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/fsimkovic/pyjob
           :alt: Codecov Status
        
        .. image:: https://img.shields.io/pypi/pyversions/pyjob.svg
           :target: https://pypi.python.org/pypi/pyjob
           :alt: Python Version
        
        Installation
        ------------
        
        **Latest official release**
        
        .. code-block:: bash
           
           $ pip install pyjob
        
        **Source code**
        
        .. code-block:: bash
           
           $ git clone https://github.com/fsimkovic/pyjob.git
           $ cd pyjob
           $ python setup.py install
        
        .. CHECKPOINT FOR READTHEDOCS 
        
        For further details about PyJob, we'd suggest you head over to the `official documentation <http://pyjob.readthedocs.io/en/latest/>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
