Metadata-Version: 2.1
Name: plumpy
Version: 0.10.6
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
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
Requires-Dist: frozendict
Requires-Dist: portalocker
Requires-Dist: pyyaml
Requires-Dist: tornado (<5.0)
Requires-Dist: future
Requires-Dist: kiwipy[rmq] (>=0.2.1)
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'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: yapf; 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)|


