Projects: Chula | Apple

Chula is a lightweight toolkit for writing web applications in Python

It's designed to work with WSGI, FastCGI, or mod_python. Chula only handles the nuts and bolts - meaning there isn't any ORM layer, and no code generation.

Download v0.3.0
 Recommended version for: Linux/Mac/Unix

Recent commits

Loading...
Full release notes

Here is the basic flow thru the Chula stack:

Stack

Chula has the following dependancies:

  1. Python (2.5 or 2.6)
  2. Memcache (for session)
  3. Postgresql (for session)
  4. Psycopg2
  5. Simplejson
  6. Web environment, currently supported:
    • WSGI
    • FastCGI
    • Mod_python

How to install Chula on Linux, Mac, and Unix:

user# wget http://www.rockfloat.com/chula/Chula-0.3.0.tar.gz
user# tar zxvf Chula-0.3.0.tar.gz
user# cd Chula-0.3.0
user# sudo python setup.py install
user# python -c 'import chula; print chula.version'
**When an ebuild is available it will be posted

How to install Chula on Windows:

  1. Download: http://www.rockfloat.com/chula/Chula-0.3.0.win32.exe
  2. Double click on it
  3. Follow the promps
  4. Best of luck, I don't test on windows :)

FCGI/WSGI
li83-242
0.4.0_dev
131.773949 ms