1 Metadata-Version: 1.0 2 Name: webapp2 3 Version: 2.5.1 4 Summary: Taking Google App Engine's webapp to the next level! 5 Home-page: http://webapp-improved.appspot.com 6 Author: Rodrigo Moraes 7 Author-email: rodrigo.moraes (a] gmail.com 8 License: Apache Software License 9 Description: 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 43 Platform: any 44 Classifier: Development Status :: 5 - Production/Stable 45 Classifier: Environment :: Web Environment 46 Classifier: Intended Audience :: Developers 47 Classifier: License :: OSI Approved :: Apache Software License 48 Classifier: Operating System :: OS Independent 49 Classifier: Programming Language :: Python 50 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content 51 Classifier: Topic :: Software Development :: Libraries :: Python Modules 52