Metadata-Version: 2.1
Name: plumpy
Version: 0.10.3
Summary: A python workflow library
Home-page: https://github.com/muhrin/plumpy.git
Author: Martin Uhrin
Author-email: martin.uhrin@gmail.com
License: GPLv3 and MIT, see LICENSE file
Description: # plumpy
        
        A python workflows library that supports writing Processes with a well definied set of inputs and outputs that can be strung together.  RabbitMQ is used to queue up, control and monitor running Processes.
        
        | master | [![Build Status](https://travis-ci.org/muhrin/plumpy.svg?branch=master)](https://travis-ci.org/muhrin/plumpy)|
        |--|--|
        | dev | [![Build Status](https://travis-ci.org/muhrin/plumpy.svg?branch=develop)](https://travis-ci.org/muhrin/plumpy)|
        
Keywords: workflow multithreaded rabbitmq
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Provides-Extra: dev
