Metadata-Version: 1.1
Name: Jobber
Version: 0.1.1
Summary: Jobber is a program that executes pipelines. It manages job dependencies, restarts them if necessary and logs their status in a database. Jobs are persisted in a database and survive system crashes.
Home-page: https://git.scicore.unibas.ch/AnnotationPipelines/Jobber
Author: Christoph Rodak
Author-email: christoph@rodak.li
License: BSD
Description: ===============================
        Jobber
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/Jobber.svg
                :target: https://pypi.python.org/pypi/Jobber
        
        
        "Jobber is a program that executes pipelines. It manages job dependencies, restarts them if necessary and logs their status in a database. Jobs are persisted in a database and survive system crashes."
        
        * Free software: BSD license
        * Documentation: https://Jobber.readthedocs.org.
        
        
        
        
        History
        -------
        
        0.1.1 (2015-09-16)
        ---------------------
        
        * Bugfixes
        * Web global log
        
        0.1.0 (2015-08-27)
        ---------------------
        
        * First release on PyPI.
        
Keywords: Jobber
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
