.. _`wheezy.web`: wheezy.web ========== Introduction ------------ `wheezy.web`_ is a lightweight, `high performance `_, high concurrency `WSGI`_ web framework with the key features to *build modern, efficient web*: * Requires Python 2.4-2.7 or 3.2+. * MVC architectural pattern (`push `_-based). * Functionality includes `routing `_, `model update/validation `_, `authentication/authorization `_, `content `_ `caching `_ with `dependency `_, xsrf/resubmission protection, AJAX+JSON, i18n (gettext), middlewares, and more. * Template engine agnostic (integration with `jinja2 `_, `mako `_, `tenjin `_ and `wheezy.template `_) plus `html widgets `_. It is optimized for performance, well tested and documented. Resources: * `source code`_, `examples`_ and `issues`_ tracker are available on `github`_ * `documentation`_ Contents -------- .. toctree:: :maxdepth: 2 gettingstarted examples tutorial userguide modules .. _`github`: https://github.com/akornatskyy/wheezy.web .. _`documentation`: https://wheezyweb.readthedocs.io/en/latest/ .. _`examples`: https://github.com/akornatskyy/wheezy.web/tree/master/demos .. _`issues`: https://github.com/akornatskyy/wheezy.web/issues .. _`python`: https://www.python.org .. _`source code`: https://github.com/akornatskyy/wheezy.web .. _`WSGI`: http://www.python.org/dev/peps/pep-3333