Metadata-Version: 1.1
Name: ivy-wfengine
Version: 0.2.0
Summary: Simple and flexible workflow engine
Home-page: http://github.com/cosmo-ethz/ivy
Author: Joel Akeret
Author-email: jakeret@phys.ethz.ch
License: Proprietary
Description: =============================
        Ivy workflow engine
        =============================
        
        .. image:: https://travis-ci.org/cosmo-ethz/CosmoHammer.png?branch=master
                :target: https://travis-ci.org/cosmo-ethz/CosmoHammer
                
        .. image:: https://coveralls.io/repos/cosmo-ethz/CosmoHammer/badge.svg
          		:target: https://coveralls.io/r/cosmo-ethz/CosmoHammer
        
        Simple and flexible workflow engine
        
        
        Features
        --------
        
        * Helps to design and execute workflows
        * Clear and flexible API
        * Supports very simple to arbitrarily complex workflows
        
        
        
        Documentation
        -------------
        
        The full documentation can be generated with Sphinx
        
        
        
        History
        -------
        
        0.2.0 (2017-09-28)
        ++++++++++++++++++
        * adaption to work with Python 3
        
        0.1.0dev (2014-07-22)
        +++++++++++++++++++++
        * Consistent time recording
        * Syntactic sugar for Workflowmgr calls
        * Parallel execution of worklows on IPython clusters
        
        0.1.0 (2014-01-01)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: ivy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
