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
Recommended version for: Linux/Mac/Unix
Recent commits
Loading...
Full release notes
Here is the basic flow thru the Chula stack:
Chula has the following dependancies:
- Python (2.5 or 2.6)
- Memcache (for session)
- Postgresql (for session)
- Psycopg2
- Simplejson
- 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:
- Download: http://www.rockfloat.com/chula/Chula-0.3.0.win32.exe
- Double click on it
- Follow the promps
- Best of luck, I don't test on windows :)