Metadata-Version: 2.0
Name: plumpy
Version: 0.10.0.dev7
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-Content-Type: UNKNOWN
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
Requires-Dist: frozendict
Requires-Dist: portalocker
Requires-Dist: pyyaml
Requires-Dist: tornado
Requires-Dist: future
Requires-Dist: kiwipy[rmq] (>=0.2.0.dev2)
Requires-Dist: backports.tempfile; python_version<"3.2"
Requires-Dist: enum34; python_version<"3.4"
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: twine; extra == 'dev'

# 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)|


