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

Add a way to consume json directly from the python environment #1

Closed ggaughan closed 9 years ago

ggaughan commented 14 years ago

Add a way (or even just an example) for a compiled pipe to consume a json object that already exists in py, maybe by passing it as an arg into a pipe_ function?

Or perhaps by adding a new module to read native json.

reubano commented 9 years ago

Can you please give an example? This feature may already be implemented, but I'm sure what exactly it is you want to do.

ggaughan commented 9 years ago

I think I added this on someone else's behalf, but I don't remember any details. I'll close it.