show/hide this revision's text 2 added 4 characters in body

I somewhat answered your question here. But for a more complete list of HTTP frameworks:

  • CherryPy
  • web.py
  • Paste - only uses WSGI. Great for portability, but using hooks gets complicated the more you modify its behavior.
  • WebOb - simplified Paste. The API is probably a bit closer to CherryPy's.
show/hide this revision's text 1

I somewhat answered your question here. But for a more complete list of HTTP frameworks:

  • CherryPy
  • web.py
  • Paste - only uses WSGI. Great for portability, but using hooks gets complicated the more you modify its behavior.
  • WebOb - simplified Paste. The API is probably a closer to CherryPy's.