Metadata-Version: 1.0
Name: typhoonae
Version: 0.1.0a3
Summary: Typhoon App Engine.
Home-page: http://code.google.com/p/typhoonae
Author: Tobias Rodaebel
Author-email: tobias dot rodaebel at googlemail dot com
License: Apache License 2.0
Description: =============================================
        Typhoon App Engine (Python glue code package)
        =============================================
        
        The TyphoonAE project aims at providing a full-featured and productive serving
        environment to run Google App Engine (Python) applications. It delivers the
        parts for building your own scalable App Engine while staying compatible with
        Google's API.
        
        
        Copyright and license
        ---------------------
        
        Copyright 2009 Tobias Rodaebel
        
        This software is released under the Apache License, Version 2.0. You may obtain
        a copy of the License at
        
        http://www.apache.org/licenses/LICENSE-2.0
        
        
        Installation
        ------------
        
        The TyphoonAE Python package contains the glue code for a number of independent
        services. We recommend to install them with zc.buildout and the buildout
        configuration which can be downloaded here::
        
        http://typhoonae.googlecode.com/files/typhoonae-buildout-0.1.0a3.tar.gz
        
        Unpack the archive and follow the steps described in the README.txt file. This
        package and the Google App Engine SDK 1.2.7 will also be installed by the
        buildout.
        
        Visit the project page http://typhoonae.googlecode.com for further information.
        
        
        CHANGES
        =======
        
        Version 0.1.0a3 (2009-10-22)
        ----------------------------
        
        - Added support for sending XMPP invitations.
        
        - Fixes an issue where static file pattern handlers got ignored.
        
        - http://code.google.com/p/typhoonae/issues/detail?id=3
        
        - Fixed unit tests.
        
        
        Version 0.1.0a2 (2009-10-17)
        ----------------------------
        
        - Added XMPP support.
        
        - Fixed an issue where an incorrect module path within a handler definition
        can cause the fcgiserver to crash on startup.
        
        - http://code.google.com/p/typhoonae/issues/detail?id=1
        
        - Refactored integer ID client API out of datastore stub.
        
        
        Version 0.1.0a1 (2009-10-05)
        ----------------------------
        
        - First alpha release.
        
Keywords: gae appengine wsgi fastcgi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
