Python participant support for MsgFlo
Python CoffeeScript
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 137 commits behind msgflo:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
examples
spec
.gitignore
.travis.yml
LICENSE
README.md
msgflo.py
package.json
requirements.pip

README.md

msgflo-python: Python participant support for MsgFlo

MsgFlo is a distributed, polyglot FBP (flow-based-programming) runtime. It integrates with other FBP tools like the Flowhub visual programming IDE. This library makes it easy to create MsgFlo participants in Python.

msgflo-python currently supports Python 2 and is built on top of Haigha and gevent.

Status

Experimental

  • Basic support for setting up and running Participants with AMQP/RabbitMQ transport

Usage

See ./examples/repeat.py

Run in git

pip install -r requirements.pip -t .
python ./examples/repeat.py

License

MIT, see ./LICENSE