Øflo is a flow based programming framework for python using ØMQ.
The library gives you means to define resuable processing units and ways to combine them to achive complex tasks. It's like unix pipes on steroids. While the formed network can solve complex problems, each unit stays simple and is testable on it's own. Furthermore, with FBP you get reusablilty and parallel execution for free.