# 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": null,
"docs_url": "https://pythonhosted.org/wheezy.http/",
"requires_python": ">=3.8",
"maintainer_email": null,
"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/b5/37/9ed6f1a97cddfa25134cc5fdb970f92bb5127b9fac80d027deab832eaf00/wheezy_http-3.2.1.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.1",
"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": "b5379ed6f1a97cddfa25134cc5fdb970f92bb5127b9fac80d027deab832eaf00",
"md5": "c23fcc39ac8549af1896089c29b28381",
"sha256": "fdd3c7480a0e10f14c30469839707378d9b351660bd928fac3969de21a732881"
},
"downloads": -1,
"filename": "wheezy_http-3.2.1.tar.gz",
"has_sig": false,
"md5_digest": "c23fcc39ac8549af1896089c29b28381",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 30017,
"upload_time": "2024-10-17T17:09:55",
"upload_time_iso_8601": "2024-10-17T17:09:55.475982Z",
"url": "https://files.pythonhosted.org/packages/b5/37/9ed6f1a97cddfa25134cc5fdb970f92bb5127b9fac80d027deab832eaf00/wheezy_http-3.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 17:09:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "akornatskyy",
"github_project": "wheezy.http",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "wheezy.http"
}