My favorites | Sign in
gh2
Project Home Downloads Wiki Issues Source
Project Information
Members

Gh2 SDK

Gh2 is full stack Python web application framework for Google App Engine. This SDK provides the tools and libraries to develop Gh2 Apps.

from gh import app

@app.view('/')
def index(req):
    return app.render('index.html')

if __name__ == '__main__':
    app.run()

Documentation

Please see http://gh2sdk.appspot.com/ for additional documentation.

Powered by Google Project Hosting