Skip to main content

Data-flow-actors-based workflow framework

Project description

WOWP (A WOrkfloW Framework in Python) is a modern, light-weight framework for integrated simulations in science.

Our goal

Wowp enables flow based programming in Python via actors and workflows. We prefer having a clean, straightforward API for creating and connecting actors and workflows. The target coding style should be as simple as

# connect two actors
actor2.inports['x'] += actor1.outports['y']
# get the workflow
workflow = actor2.get_workflow()
# run the workflow
workflow(x=1)

Installation

Using pip + latest development version:

pip install hg+https://urbanj@bitbucket.org/urbanj/wowp

Using pypi (may be outdated)

pip install wowp

Dependencies

  • decorator

  • future

  • networkx

  • nose

  • six

  • click

Various parallel schedulers require at least one of

Documentation

See http://pythonic.eu/wowp

Copyright (c) 2015-2017 Jakub Urban, Jan Pipek under The MIT License (MIT)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wowp-0.2.0.tar.gz (33.7 kB view hashes)

Uploaded Source

Built Distribution

wowp-0.2.0-py2.py3-none-any.whl (40.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page