Metadata-Version: 1.0
Name: webapp2
Version: 1.6
Summary: Taking Google App Engine's webapp to the next level!
Home-page: http://www.tipfy.org/
Author: Rodrigo Moraes
Author-email: rodrigo.moraes@gmail.com
License: Apache Software License
Description: 
        webapp2
        =======
        webapp2 is a lightweight Python web framework compatible with Google App
        Engine's `webapp <http://code.google.com/appengine/docs/python/tools/webapp/>`_.
        
        webapp2 is a `single file <http://code.google.com/p/webapp-improved/source/browse/webapp2.py>`_
        that follows the simplicity of webapp, but improves it in some ways:
        it extends webapp to offer better URI routing and exception handling,
        a full featured response object and a more flexible dispatching mechanism.
        
        webapp2 also offers the package `webapp2_extras <http://code.google.com/p/webapp-improved/source/browse/#hg%2Fwebapp2_extras>`_
        with several optional utilities: sessions, internationalization, domain and
        subdomain routing, configuration system, secure cookies and support for
        threaded environments.
        
        webapp2 can even 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 <http://webapp-improved.appspot.com/features.html>`_.
        
        Quick links
        -----------
        
        - `Download version 1.5 <http://webapp-improved.googlecode.com/files/webapp2-1.5.zip>`_
        - `User Manual <http://webapp-improved.appspot.com/>`_
        - `PyPi Page <http://pypi.python.org/pypi/webapp2/>`_
        - `Official Repository <http://code.google.com/p/webapp-improved/>`_
        - `GitHub Repository <http://github.com/moraes/webapp-improved>`_
        
        **Featured link:** Nick Johnson's `Using BlobReader, wildcard subdomains and webapp2 <http://blog.notdot.net/2010/08/Using-BlobReader-wildcard-subdomains-and-webapp2>`_
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
