Metadata-Version: 1.1
Name: gaeo
Version: 0.3
Summary: Web Framework for Google App Engine
Home-page: http://blog.gaeo.org/
Author: ericsk
Author-email: ericsk@gmail.com
License: Apache License 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
Download-URL: http://code.google.com/p/google-app-engine-oil/
Description: 
        .. contents::
          :depth: 2
        
        About
        =====
        
          GAEO (Goole App Engine Oil) is a simple framework that normalize the code layout and coding style for Google App Engine.
        
        License
        =========
        
          GAEO is released under Apache License 2.0. 
          http://www.apache.org/licenses/LICENSE-2.0
        
        
        Easy Install  & Usage
        ======================
        
        1. install gaeo with easy_install command (if you already installed setuptools)::
        
            $ easy_install gaeo
        
        2. Create new project by using "gaeo hello" to create a "hello/" directory and a project with the same name as you applied in Google App Engine::
        
                gaeo hello
        
        3. For more tutorial, please visit:
             http://doc.gaeo.org/
            
        More Information
        ===================
        
          Project home
          http://code.google.com/p/google-app-engine-oil/
        
          Discussion Group
          http://groups.google.com/group/google-app-engine-oil
        
          Documentations
          http://doc.gaeo.org/
        
          Blog
          http://blog.gaeo.org/
        
Keywords: appengine,webframework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Release
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
