skip to navigation
skip to content

gaeo 0.3

Web Framework for Google App Engine

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/