Apollo is an yet another Python web framework based on Werkzeug and Jinja2, made by and for Lunant.
There are good microframeworks also based on Werkzeug and Jinja2 like Flask already, but Apollo is not much influenced from Flask. It's intended to be a highly configurable and strongly integrated web framework for larger web applications rather than a microframework for smaller web applications.
- Interface similar to Tornado/Google App Engine webapp
- Werkzeug-powered rich HTTP/WSGI utilities
- Jinja2-powered expressive HTML/XML templating (autoescaping by default)
- Highly-integrated components
You can install its bleeding edge version from Git repository via pip:
$ pip install git+http://github.com/lunant/apollo.git
It heavily depends on Werkzeug and Jinja2, but no problem. pip resolves its dependencies automatically also.