Yahoo! Pipes is a web application from Yahoo! that provides a graphical user interface for building data mashups.
Yahoo! Pipes aggregate web feeds, web pages, and other services, creating Web-based apps from various sources, and publishing those apps.
Basically compiles Yahoo Pipes into Python code.
It takes Yahoo Pipelines and translates them into pipelines of Python generators which should give a close match to the original data flow.
Yahoo Pipes modules are coded as a separate Python modules.
Requirements:
· simplejson for Python 2.6 or under