1Metadata-Version: 1.0 2Name: webapp2 3Version: 2.5.1 4Summary: Taking Google App Engine's webapp to the next level! 5Home-page: http://webapp-improved.appspot.com 6Author: Rodrigo Moraes 7Author-email: rodrigo.moraes@gmail.com 8License: Apache Software License 9Description: 10 webapp2 11 ======= 12 `webapp2`_ is a lightweight Python web framework compatible with Google App 13 Engine's `webapp`_. 14 15 webapp2 is `simple`_. it follows the simplicity of webapp, but 16 improves it in some ways: it adds better URI routing and exception handling, 17 a full featured response object and a more flexible dispatching mechanism. 18 19 webapp2 also offers the package `webapp2_extras`_ with several optional 20 utilities: sessions, localization, internationalization, domain and subdomain 21 routing, secure cookies and others. 22 23 webapp2 can also be used outside of Google App Engine, independently of the 24 App Engine SDK. 25 26 For a complete description of how webapp2 improves webapp, see 27 `webapp2 features`_. 28 29 Quick links 30 ----------- 31 32 - `User Guide <http://webapp-improved.appspot.com/>`_ 33 - `Repository <http://code.google.com/p/webapp-improved/>`_ 34 - `Discussion Group <https://groups.google.com/forum/#!forum/webapp2>`_ 35 - `@webapp2 <https://twitter.com/#!/webapp2>`_ 36 37 .. _webapp: http://code.google.com/appengine/docs/python/tools/webapp/ 38 .. _webapp2: http://code.google.com/p/webapp-improved/ 39 .. _simple: http://code.google.com/p/webapp-improved/source/browse/webapp2.py 40 .. _webapp2_extras: http://webapp-improved.appspot.com/#api-reference-webapp2-extras 41 .. _webapp2 features: http://webapp-improved.appspot.com/features.html 42 43Platform: any 44Classifier: Development Status :: 5 - Production/Stable 45Classifier: Environment :: Web Environment 46Classifier: Intended Audience :: Developers 47Classifier: License :: OSI Approved :: Apache Software License 48Classifier: Operating System :: OS Independent 49Classifier: Programming Language :: Python 50Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 51Classifier: Topic :: Software Development :: Libraries :: Python Modules 52