Metadata-Version: 2.1
Name: plumpy
Version: 0.18.1
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
        ======
        
        .. image:: https://github.com/aiidateam/plumpy/workflows/continuous-integration/badge.svg?branch=develop&event=push
            :target: https://github.com/aiidateam/plumpy/actions
            :alt: Build status
        
        .. image:: https://readthedocs.org/projects/plumpy/badge
            :target: http://plumpy.readthedocs.io/
            :alt: Docs status
        
        .. image:: https://img.shields.io/pypi/v/plumpy.svg
            :target: https://pypi.python.org/pypi/plumpy/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/wheel/plumpy.svg
            :target: https://pypi.python.org/pypi/plumpy/
        
        .. image:: https://img.shields.io/pypi/pyversions/plumpy.svg
            :target: https://pypi.python.org/pypi/plumpy/
        
        .. image:: https://img.shields.io/pypi/l/plumpy.svg
            :target: https://pypi.python.org/pypi/plumpy/
        
        
        A python workflows library that supports writing Processes with a well defined set of inputs and outputs that can be
        strung together.
        
        RabbitMQ is used to queue up, control and monitor running processes via the
        `kiwipy <https://pypi.org/project/kiwipy/>`_ library.
        
        
        Features:
        
        * Processes can be remotely controlled by sending messages over RabbitMQ all from a simple interface
        * Progress can be saved between steps and continued later
        * Optional explicit specification of inputs and outputs including their types, validation functions, help strings, etc.
        
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Provides-Extra: docs
Provides-Extra: pre-commit
Provides-Extra: tests
