master-status Documentation for main branch

Status

Please use for now the dev branch if you work with Cloudmesh.

Cloudmesh workflow

Cloudmesh workflow provides a tiny Domain Specific Language (two operators: | and &) for parallel and sequential (respectively) evaluation of Python functions.

Installation

pip install -r requirements.txt
pip install .

Documentation

See ReadTheDocs:

  • Documentation for unstable branch: unstable
  • Documentation for main branch: master

Build Status

On Travis:

  • unstable-status: unstable
  • master-status: master

Contributing

  1. Fork.
  2. Add yourself to CONTRIBUTORS.md.
  3. Make a pull-request against the unstable branch.

License

See LICENSE