Chula is written by John McFarlane (aka me). When I first wanted to learn Python I started a project named Apple. At the time there were lots of frameworks for building web applications with Python, but I was interested in learning Python so it seemed more fun to make my own. Additionally I was surprised by the complexity of other frameworks. I was looking for something a bit simpler.
I hacked on Apple for a few years, and then decided to start over and try to improve things based on what I had learned - 3 months later I released the first version of Chula. Since that time I’ve tried to improve things and add features as needed, but I never lost sight of it’s main purpose: to be a vehicle for me to have fun and learn stuff.
If you’re really wanting to build the next killer application I’d prolly recommend using Django. If you’re looking for something smaller or even just something different then give Chula a try :)
Chula depends on the following packages, some of which are optional depending on configuration:
Note
Python-3.1 builds are available, but are considered unstable
If you intend on enabling support for session, you will need Memcached, and either PostgreSQL or CouchDB and their respective drivers. You can learn more about session here.
Chula uses the Git version control system. The official Chula repository can be found on Github.
Chula uses the issue tracker that’s integrated with Github. If you find defects or have ideas for improvement please feel free to file issues. In the event Chula becomes more popular, a more sophisticated tracker will be used.
The link to the Github tracker is here: http://github.com/jmcfarlane/chula/issues
Generally there are about 4 releases a year
The roadmap right now is pretty small. Here are the features I’m currently thinking about:
I don’t actually know of anyone that’s using it. If you’re using it, let me know.