wheezy.web


Namewheezy.web JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/akornatskyy/wheezy.web
SummaryA lightweight, high performance, high concurrency WSGI web framework with the key features to build modern, efficient web
upload_time2023-07-28 10:58:38
maintainer
docs_urlhttps://pythonhosted.org/wheezy.web/
authorAndriy Kornatskyy
requires_python>=3.8
licenseMIT
keywords wsgi web handler static template mako tenjin jinja2 routing middleware caching transforms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # wheezy.web

[![Build Status](https://travis-ci.org/akornatskyy/wheezy.web.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.web)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.web/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.web?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezyweb/badge/?version=latest)](https://wheezyweb.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.web.svg)](https://badge.fury.io/py/wheezy.web)

[wheezy.web](https://pypi.org/project/wheezy.web/) is a lightweight,
[high performance](https://mindref.blogspot.com/2012/09/python-fastest-web-framework.html),
high concurrency [WSGI](http://www.python.org/dev/peps/pep-3333) web
framework with the key features to *build modern, efficient web*:

- Requires Python 3.6+.
- MVC architectural pattern
  ([push](http://en.wikipedia.org/wiki/Web_application_framework#Push-based_vs._pull-based)-based).
- Functionality includes
  [routing](https://github.com/akornatskyy/wheezy.routing),
  [model update/validation](https://github.com/akornatskyy/wheezy.validation),
  [authentication/authorization](https://github.com/akornatskyy/wheezy.security),
  [content](https://wheezyhttp.readthedocs.io/en/latest/userguide.html#content-cache)
  [caching](https://github.com/akornatskyy/wheezy.caching) with
  [dependency](https://wheezycaching.readthedocs.io/en/latest/userguide.html#cachedependency),
  xsrf/resubmission protection, AJAX+JSON, i18n (gettext),
  middlewares, and more.
- Template engine agnostic (integration with
  [jinja2](http://jinja.pocoo.org),
  [mako](http://www.makotemplates.org),
  [tenjin](http://www.kuwata-lab.com/tenjin/) and
  [wheezy.template](https://github.com/akornatskyy/wheezy.template)) plus
  [html widgets](https://github.com/akornatskyy/wheezy.html).

It is optimized for performance, well tested and documented.

Resources:

- [source code](https://github.com/akornatskyy/wheezy.web),
  [examples](https://github.com/akornatskyy/wheezy.web/tree/master/demos)
  ([live](http://wheezy.pythonanywhere.com)) and
  [issues](https://github.com/akornatskyy/wheezy.web/issues)
  tracker are available on
  [github](https://github.com/akornatskyy/wheezy.web)
- [documentation](https://wheezyweb.readthedocs.io/en/latest/)

## Install

[wheezy.web](https://pypi.org/project/wheezy.web/) requires
[python](https://www.python.org) version 3.8+. It is independent of operating
system. You can install it from [pypi](https://pypi.org/project/wheezy.web/)
site:

```sh
pip install -U wheezy.web
```

If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.web).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akornatskyy/wheezy.web",
    "name": "wheezy.web",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/wheezy.web/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "wsgi web handler static template mako tenjin jinja2 routing middleware caching transforms",
    "author": "Andriy Kornatskyy",
    "author_email": "andriy.kornatskyy@live.com",
    "download_url": "https://files.pythonhosted.org/packages/63/3c/30fa7b895c35e8215a429e6d79f8d4d1e725e960da2f7f5ec991c35eb1ad/wheezy.web-3.2.0.tar.gz",
    "platform": "any",
    "description": "# wheezy.web\n\n[![Build Status](https://travis-ci.org/akornatskyy/wheezy.web.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.web)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.web/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.web?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/wheezyweb/badge/?version=latest)](https://wheezyweb.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://badge.fury.io/py/wheezy.web.svg)](https://badge.fury.io/py/wheezy.web)\n\n[wheezy.web](https://pypi.org/project/wheezy.web/) is a lightweight,\n[high performance](https://mindref.blogspot.com/2012/09/python-fastest-web-framework.html),\nhigh concurrency [WSGI](http://www.python.org/dev/peps/pep-3333) web\nframework with the key features to *build modern, efficient web*:\n\n- Requires Python 3.6+.\n- MVC architectural pattern\n  ([push](http://en.wikipedia.org/wiki/Web_application_framework#Push-based_vs._pull-based)-based).\n- Functionality includes\n  [routing](https://github.com/akornatskyy/wheezy.routing),\n  [model update/validation](https://github.com/akornatskyy/wheezy.validation),\n  [authentication/authorization](https://github.com/akornatskyy/wheezy.security),\n  [content](https://wheezyhttp.readthedocs.io/en/latest/userguide.html#content-cache)\n  [caching](https://github.com/akornatskyy/wheezy.caching) with\n  [dependency](https://wheezycaching.readthedocs.io/en/latest/userguide.html#cachedependency),\n  xsrf/resubmission protection, AJAX+JSON, i18n (gettext),\n  middlewares, and more.\n- Template engine agnostic (integration with\n  [jinja2](http://jinja.pocoo.org),\n  [mako](http://www.makotemplates.org),\n  [tenjin](http://www.kuwata-lab.com/tenjin/) and\n  [wheezy.template](https://github.com/akornatskyy/wheezy.template)) plus\n  [html widgets](https://github.com/akornatskyy/wheezy.html).\n\nIt is optimized for performance, well tested and documented.\n\nResources:\n\n- [source code](https://github.com/akornatskyy/wheezy.web),\n  [examples](https://github.com/akornatskyy/wheezy.web/tree/master/demos)\n  ([live](http://wheezy.pythonanywhere.com)) and\n  [issues](https://github.com/akornatskyy/wheezy.web/issues)\n  tracker are available on\n  [github](https://github.com/akornatskyy/wheezy.web)\n- [documentation](https://wheezyweb.readthedocs.io/en/latest/)\n\n## Install\n\n[wheezy.web](https://pypi.org/project/wheezy.web/) requires\n[python](https://www.python.org) version 3.8+. It is independent of operating\nsystem. You can install it from [pypi](https://pypi.org/project/wheezy.web/)\nsite:\n\n```sh\npip install -U wheezy.web\n```\n\nIf you run into any issue or have comments, go ahead and add on\n[github](https://github.com/akornatskyy/wheezy.web).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight, high performance, high concurrency WSGI web framework with the key features to build modern, efficient web",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/akornatskyy/wheezy.web"
    },
    "split_keywords": [
        "wsgi",
        "web",
        "handler",
        "static",
        "template",
        "mako",
        "tenjin",
        "jinja2",
        "routing",
        "middleware",
        "caching",
        "transforms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "633c30fa7b895c35e8215a429e6d79f8d4d1e725e960da2f7f5ec991c35eb1ad",
                "md5": "c3a01a2f616c15d6b2fe63a564323f9c",
                "sha256": "a23cdcfd0e36a6d388216eb2e65873d9210bfe305f5b28858e06f46d68ca148f"
            },
            "downloads": -1,
            "filename": "wheezy.web-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c3a01a2f616c15d6b2fe63a564323f9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12768,
            "upload_time": "2023-07-28T10:58:38",
            "upload_time_iso_8601": "2023-07-28T10:58:38.607008Z",
            "url": "https://files.pythonhosted.org/packages/63/3c/30fa7b895c35e8215a429e6d79f8d4d1e725e960da2f7f5ec991c35eb1ad/wheezy.web-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 10:58:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akornatskyy",
    "github_project": "wheezy.web",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "wheezy.web"
}
        
Elapsed time: 0.09646s