Metadata-Version: 2.0
Name: plumpy
Version: 0.10.0.dev4
Summary: A python workflow library
Home-page: https://github.com/aiidateam/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: future
Requires-Dist: kiwipy[rmq]
Requires-Dist: portalocker
Requires-Dist: pyyaml
Requires-Dist: tornado
Requires-Dist: backports.tempfile; python_version<"3.2"
Requires-Dist: enum34; python_version<"3.4"
Provides-Extra: rmq
Requires-Dist: pika; extra == 'rmq'

# plum
A python workflow library that supports multithreading, and RabbitMQ as a message broker for starting/stopping/monitoring tasks.



