Rhubarb Tart Released!
After I disappeared from the blog scene, 4 months ago now, I got involved into a number of projects, trying to come up with various web applications to get my life in order. And in the end, it turned out that what I needed was another web framework.
RhubarbTart is a web framework, very similar to CherryPy, but built upon Paste to handle most of the hard parts. I am already using it at my job as a replacement for CherryPy and it works wonderfully. I have just released version 0.5, and you can install it now with just easy_install RhubarbTart. I have also written a long tutorial to give you the basics of using RhubarbTart that I hope is very useful.
In the next few weeks, I am going to be adding a number of features to RhubarbTart that will take it from being just a clone to something much better than what is currently out there. The code isn't terribly large, only about 300 lines, so adding additional features isn't a great burden either.
Making some RhubarbTart,
TC Out