flowz

Async I/O - oriented dependency programming framework


License
MIT
Install
pip install flowz==1.1.0

Documentation

flowz

A python module for organizing work in terms of asynchronous processing graphs.

Build Status

Overview

Read the code, buddy.

Development

For development, we'll give the git flow strategy a try.

Do all features on feature branches named appropriately.

The "develop" branch receives new features.

Release branches will get features for assembling a new release.

Release branches will get merged into "master"; "master" should remain in a clean state (tests passing, releaseable).