Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 882 Bytes

README.rst

File metadata and controls

32 lines (22 loc) · 882 Bytes

Example harness to run a pipe2py generated pipe on Google App Engine

Installation

Include your pipe module

Use pipe2py to compile your Yahoo pipe into a Python module

Copy the pipe module into testpipe/

Replace references to the example pipe (UuvYtuMe3hGDsmRgPm7D0g) in main.py with your pipe id

Run via the App Engine development web server

google_appengine/dev_appserver.py testpipe/

Test in the browser

http://localhost:8080/?name=Steen

Upload to Google App Engine

See http://code.google.com/appengine/docs/python/gettingstarted/uploading.html