GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
142 stars 64 forks source link

webapp2

|Build Status| |Coverage Status| |PyPI Version|

webapp2 is a lightweight Python web framework compatible with Google App Engine's webapp.

webapp2 is simple. it follows the simplicity of webapp, but improves it in some ways: it adds better URI routing and exception handling, a full featured response object and a more flexible dispatching mechanism.

webapp2 also offers the package webapp2_extras_ with several optional utilities: sessions, localization, internationalization, domain and subdomain routing, secure cookies and others.

webapp2 can also be used outside of Google App Engine, independently of the App Engine SDK.

For a complete description of how webapp2 improves webapp, see webapp2 features_.

Quick links

.. _webapp: http://code.google.com/appengine/docs/python/tools/webapp/ .. _webapp2: https://github.com/GoogleCloudPlatform/webapp2 .. _webapp2_extras: https://webapp2.readthedocs.org/#api-reference-webapp2-extras .. _webapp2 features: https://webapp2.readthedocs.org/features.html

Status

Webapp2 is currently maintained by Google Cloud Platform Developer Relations. It is not an official Google product, but is hosted by Google to allow the webapp2 community to continue to maintain the project.

Contributing changes

Licensing

.. _LICENSE: https://github.com/GoogleCloudPlatform/webapp2/blob/master/LICENSE .. _CONTRIBUTING.md: https://github.com/GoogleCloudPlatform/webapp2/blob/master/CONTRIBUTING.md .. |Build Status| image:: https://travis-ci.org/GoogleCloudPlatform/webapp2.svg :target: https://travis-ci.org/GoogleCloudPlatform/webapp2 .. |Coverage Status| image:: https://codecov.io/github/GoogleCloudPlatform/webapp2/coverage.svg?branch=master :target: https://codecov.io/github/GoogleCloudPlatform/webapp2?branch=master .. |PyPI Version| image:: https://img.shields.io/pypi/v/webapp2.svg :target: https://pypi.python.org/pypi/webapp2