wheezy.http


Namewheezy.http JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/akornatskyy/wheezy.http
SummaryA lightweight http request-response library
upload_time2023-07-28 10:58:22
maintainer
docs_urlhttps://pythonhosted.org/wheezy.http/
authorAndriy Kornatskyy
requires_python>=3.8
licenseMIT
keywords wsgi http request response cache cachepolicy cookie functional middleware transforms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # wheezy.http

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

[wheezy.http](https://pypi.org/project/wheezy.http/) is a
[python](http://www.python.org) package written in pure Python code. It
is a lightweight http library for things like request, response,
headers, cookies and many others. It a wrapper around the
[WSGI](http://www.python.org/dev/peps/pep-3333) request environment.

It is optimized for performance, well tested and documented.

Resources:

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

## Install

[wheezy.http](https://pypi.org/project/wheezy.http/) 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.http/)
site:

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akornatskyy/wheezy.http",
    "name": "wheezy.http",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/wheezy.http/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "wsgi http request response cache cachepolicy cookie functional middleware transforms",
    "author": "Andriy Kornatskyy",
    "author_email": "andriy.kornatskyy@live.com",
    "download_url": "https://files.pythonhosted.org/packages/20/6a/e2835f30b9d0467b578b67877cde592f70f03b8fb619125f96fb0ebfe323/wheezy.http-3.2.0.tar.gz",
    "platform": "any",
    "description": "# wheezy.http\n\n[![Build Status](https://travis-ci.org/akornatskyy/wheezy.http.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.http)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.http/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.http?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/wheezyhttp/badge/?version=latest)](https://wheezyhttp.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://badge.fury.io/py/wheezy.http.svg)](https://badge.fury.io/py/wheezy.http)\n\n[wheezy.http](https://pypi.org/project/wheezy.http/) is a\n[python](http://www.python.org) package written in pure Python code. It\nis a lightweight http library for things like request, response,\nheaders, cookies and many others. It a wrapper around the\n[WSGI](http://www.python.org/dev/peps/pep-3333) request environment.\n\nIt is optimized for performance, well tested and documented.\n\nResources:\n\n- [source code](https://github.com/akornatskyy/wheezy.http),\n  [examples](https://github.com/akornatskyy/wheezy.http/tree/master/demos)\n  and [issues](https://github.com/akornatskyy/wheezy.http/issues)\n  tracker are available on\n  [github](https://github.com/akornatskyy/wheezy.http)\n- [documentation](https://wheezyhttp.readthedocs.io/en/latest/)\n\n## Install\n\n[wheezy.http](https://pypi.org/project/wheezy.http/) 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.http/)\nsite:\n\n```sh\npip install -U wheezy.http\n```\n\nIf you run into any issue or have comments, go ahead and add on\n[github](https://github.com/akornatskyy/wheezy.http).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight http request-response library",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/akornatskyy/wheezy.http"
    },
    "split_keywords": [
        "wsgi",
        "http",
        "request",
        "response",
        "cache",
        "cachepolicy",
        "cookie",
        "functional",
        "middleware",
        "transforms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "206ae2835f30b9d0467b578b67877cde592f70f03b8fb619125f96fb0ebfe323",
                "md5": "d2858ab6dd838311ed9832e8767a6fbf",
                "sha256": "460e4ed52e90485cd08ee8defdcbab44eb8f53a737ddd757b0281dc005f4eb98"
            },
            "downloads": -1,
            "filename": "wheezy.http-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d2858ab6dd838311ed9832e8767a6fbf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20404,
            "upload_time": "2023-07-28T10:58:22",
            "upload_time_iso_8601": "2023-07-28T10:58:22.756480Z",
            "url": "https://files.pythonhosted.org/packages/20/6a/e2835f30b9d0467b578b67877cde592f70f03b8fb619125f96fb0ebfe323/wheezy.http-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 10:58:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akornatskyy",
    "github_project": "wheezy.http",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "wheezy.http"
}
        
Elapsed time: 0.09611s