Which Python WEB frameworks are based on the Werkzeug library?
I'm implementing adapters for a package to be used with various WEB frameworks. Currently I 'm working on a Flask adapter to inherit from a Werkzeug base adapter. This would make implementation of adapters for other Werkzeug based frameworks very easy. I created a Webapp2 adapter based on WebObBaseAdapter this way.
I just would like to have a list of all the frameworks that use or are built around Werkzeug. I wonder whether there are any except Flask.