I have a fairly substantial in-house python web app. I used bottle.py in development to get something up and running quickly to flesh out all the functionality. I am looking at mongrel2 for deployment server.
I have been looking at brubeck.io for a few days. I see how to make it work but I am not overly enamored of the way it does things. In particular its routing mechanism to a class or a wrapped function are less friendly than the function decorators provided by bottle.py. I am also a tiny bit concerned that there is very little geek traffic I can find on brubeck.io that was not project internally generated. Is there something better? Does it make sense to just roll my own. I don't need thinks in brubeck.io like its auth helpers or db connectivity. I already have those things covered in the existing code base. (mongrel2 with custom limited orm-ish stuff for db). Recommendations? Opinions? thanks! - samantha
