ggaughan / pipe2py

A project to compile Yahoo! Pipes into Python (see it hosted on Google App Engine: http://pipes-engine.appspot.com)
http://wiki.github.com/ggaughan/pipe2py
GNU General Public License v2.0
317 stars 51 forks source link

Twisted #29

Closed reubano closed 9 years ago

reubano commented 9 years ago

Additions

output = (SyncPipe('fetch', context=context, conf=fetch_conf)
        .pipe('rename', conf=rename_conf)
        .pipe('regex', conf=regex_conf)
        .loop('strregex', conf=strregex_conf)
        .output)

Changes

reubano commented 9 years ago

Thanks! Btw, take a look at pipe_kazeeki.py to see examples of the async api and new modules.