A lightweight WSGI web framework
Project description
wheezy.web is a python package written in pure Python code. It is a lightweight WSGI web framework. The framework aims to alleviate the overhead associated with common activities performed in Web application development. wheezy.web framework follows the model–view–controller (MVC) architectural pattern (push-based) to separate the data model from the user interface.
The framework is template engine agnostic and provides integration with the following template systems:
It is optimized for performance, well tested and documented.
Resources:
source code, examples and issues tracker are available on bitbucket
Install
wheezy.web requires python version 2.4 to 2.7 or 3.2. It is independent of operating system. You can install it from pypi site using setuptools:
$ easy_install wheezy.web
If you are using virtualenv:
$ virtualenv env $ env/bin/easy_install wheezy.web
If you run into any issue or have comments, go ahead and add on bitbucket.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.