Last modified by Alice Bevan-McGregor on May 17, 2010 at 21:37:19.
- What is it?
- A lightweight and extremely fast Python web framework.
- Who’s going to use it?
- Software developers seeking to write fast, maintainable code.
- How does it look?
- Clean and efficient, with almost zero code overhead and excellent documentation.
- What does it do?
- For a full list of features, see the Features page.
“Full Stack” Component Architecture
- Databases: SQLAlchemy, MongoDB, and easily extendable to others.
- Templating: Genshi, Jinja2, Python Templates, and more, also easily extendable.
- Serialization: JSON, YAML, Bencode, Python Pickle, &c.;
- Dialects: Object dispatch, Routes, XML-RPC, Flash AMF, or roll your own.
- Extras: WebAuth, ToscaWidgets, Beaker sessions and caching, and any WSGI middleware you can find.
Easy to Use
Simple applications are easy to get up and running.
See Gist #240887 (http://gist.github.com/240887) on GitHub.