pypipes

Pipeline processing framework


Install
pip install pypipes==0.1.0

Documentation

pypipes

Build Status Version Supported Versions

Infrastructure independent task execution framework based on logical task pipelines.

Examples

You can find many examples of common framework use-cases inside the ./examples folder. It's recommended to start a review from consolidated examples:

  • ./examples/example_inline.py - pipeline program sample on inline executing infrastructure.
  • ./examples/example_gevent.py - pipeline program sample on gevent infrastructure.
  • ./examples/example_celery.py - pipeline program sample on celery infrastructure.