Metadata-Version: 2.1
Name: ivy-wfengine
Version: 0.4.0
Summary: Simple and flexible workflow engine
Home-page: https://cosmo-gitlab.phys.ethz.ch/cosmo/ivy
Author: Joel Akeret
Author-email: jakeret@phys.ethz.ch
License: Proprietary
Keywords: ivy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

=============================
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.3.1 (2018-11-01)
++++++++++++++++++
* made ivy more robust to running multiple workflows in the same python program

0.3.0 (2018-10-26)
++++++++++++++++++
* removed context as global variable, only local variables now

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.
