.. _`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 `bitbucket`_ * `documentation`_, `readthedocs`_ * `eggs`_ on `pypi`_ Contents -------- .. toctree:: :maxdepth: 2 gettingstarted examples tutorial userguide modules .. _`bitbucket`: http://bitbucket.org/akorn/wheezy.web .. _`documentation`: http://packages.python.org/wheezy.web .. _`eggs`: http://pypi.python.org/pypi/wheezy.web .. _`examples`: http://bitbucket.org/akorn/wheezy.web/src/tip/demos .. _`issues`: http://bitbucket.org/akorn/wheezy.web/issues .. _`pypi`: http://pypi.python.org .. _`python`: http://www.python.org .. _`readthedocs`: http://readthedocs.org/builds/wheezyweb .. _`source code`: http://bitbucket.org/akorn/wheezy.web/src .. _`WSGI`: http://www.python.org/dev/peps/pep-3333