webapp2 is a lightweight Python web framework compatible with Google App Engine's webapp.
webapp2 is a lightweight Python web framework compatible with Google App Engine's webapp.
webapp2 extends webapp to offer better URI routing and exception handling, a full featured response object and a more flexible dispatching mechanism. It also includes sessions, internationalization, domain and subdomain routing, secure cookies and support for threaded environments.
webapp2 can also be used outside of Google App Engine, independently of the App Engine SDK.
References:
- Repository and Issue Tracker: http://code.google.com/p/webapp-improved/
- User Guide: http://webapp-improved.appspot.com/
- Discussion Group: https://groups.google.com/forum/#!forum/webapp2
- PyPi Page: http://pypi.python.org/pypi/webapp2/