PDA

View Full Version : Looking for a python web application framework



thumper
March 7th, 2006, 02:56 PM
I know that there are many different ones, so perhaps if I go over the type of things I am after, someone who knows the ins and outs of the different ones can let me know. I am looking to find something that will replace "Java Struts".


Some from of MVC (model-view-controller) infrastructure.
Nice mapping from URL to class or member - don't mind too much to which
I18N support for the view (web pages)
templating support for the view
Support for HTTPS
User authentication and role or policy based access built in
Be pythonesque - no obscure syntax or magic

Currently I have some Zope3 books that I haven't yet got around to reading yet. What are the other options? Please don't just go "web.py" or CherryPy or Django without being able to back up the recommendation. I have done some googling but haven't been able to find anything that meets these needs yet.

Perhaps I just haven't been looking hard enough yet...