wowp 0.3.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

wowp 0.3.0

WOWP====[![Build Status](https://travis-ci.com/coobas/wowp.svg?branch=master)](https://travis-ci.com/coobas/wowp)**WOWP** (A **WO**rkflo**W** Framework in **P**ython) 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 andconnecting actors and workflows. The target coding style should be assimple as``` {.sourceCode .python}# connect two actorsactor2.inports['x'] += actor1.outports['y']# get the workflowworkflow = actor2.get_workflow()# run the workflowworkflow(x=1)```Installation------------Using pip + latest development version:``` {.sourceCode .bash}pip install git+https://github.com/coobas/wowp.git```Using pypi (may be outdated)``` {.sourceCode .bash}pip install wowp# or pip install wowp[all] to include also optional dependencies.```### Dependencies- decorator- future- networkx- nose- six- clickVarious parallel schedulers require at least one of- [ipyparallel](https://github.com/ipython/ipyparallel)- [distributed](https://github.com/dask/distributed)- [mpi4py](http://pythonhosted.org/mpi4py/)Documentation-------------See <http://pythonic.eu/wowp>*Copyright (c) 2015-2017 Jakub Urban, Jan Pipek under The MIT License(MIT)*

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.