canonicalwebteam.http


Namecanonicalwebteam.http JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/canonical-webteam/http
SummaryFor making HTTP requests with helpful defaults for Canonical's webteam.
upload_time2023-06-05 15:51:49
maintainer
docs_urlNone
authorCanonical webteam
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # canonicalwebteam.http

[![Tests status](https://github.com/canonical-web-and-design/canonicalwebteam.http/workflows/Tests/badge.svg)](https://github.com/canonical-web-and-design/canonicalwebteam.http/actions?query=workflow%3ATests)

**NB: We are retiring this module and will be removing it from our codebases.**

A Python library for making HTTP requests with sensible defaults.

## Installation

This module is in PyPi as `canonicalwebteam.http`. You should be able to install it simply with:

``` bash
pip install canonicalwebteam.http
```

## Tests

Tests are located in the [tests](tests) directory and can be run with `python -m unittest discover tests/`.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/canonical-webteam/http",
    "name": "canonicalwebteam.http",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Canonical webteam",
    "author_email": "webteam@canonical.com",
    "download_url": "https://files.pythonhosted.org/packages/09/1c/6b426c4a6396e3d977b820af02959fdf5b0c40ed82f94339c5a25752690d/canonicalwebteam.http-1.0.4.tar.gz",
    "platform": null,
    "description": "# canonicalwebteam.http\n\n[![Tests status](https://github.com/canonical-web-and-design/canonicalwebteam.http/workflows/Tests/badge.svg)](https://github.com/canonical-web-and-design/canonicalwebteam.http/actions?query=workflow%3ATests)\n\n**NB: We are retiring this module and will be removing it from our codebases.**\n\nA Python library for making HTTP requests with sensible defaults.\n\n## Installation\n\nThis module is in PyPi as `canonicalwebteam.http`. You should be able to install it simply with:\n\n``` bash\npip install canonicalwebteam.http\n```\n\n## Tests\n\nTests are located in the [tests](tests) directory and can be run with `python -m unittest discover tests/`.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "For making HTTP requests with helpful defaults for Canonical's webteam.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/canonical-webteam/http"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa8a4838c8ee64f8269024b813e0c27b2f616ab130c9a39b420ded15d1023d69",
                "md5": "d48286ebc383e054f58cec095063cbd1",
                "sha256": "a66fd431a6b4db80bf9c875f2056d52e52aba28e09326f37d967123b925fd183"
            },
            "downloads": -1,
            "filename": "canonicalwebteam.http-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d48286ebc383e054f58cec095063cbd1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7176,
            "upload_time": "2023-06-05T15:51:48",
            "upload_time_iso_8601": "2023-06-05T15:51:48.239700Z",
            "url": "https://files.pythonhosted.org/packages/aa/8a/4838c8ee64f8269024b813e0c27b2f616ab130c9a39b420ded15d1023d69/canonicalwebteam.http-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091c6b426c4a6396e3d977b820af02959fdf5b0c40ed82f94339c5a25752690d",
                "md5": "6882c3e46baedfac25c521d8f7fbafd6",
                "sha256": "c9779fe0779a10d24bde15a9c19925ad8cc3518722dc68ea8c6600cc31fa16f6"
            },
            "downloads": -1,
            "filename": "canonicalwebteam.http-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6882c3e46baedfac25c521d8f7fbafd6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5927,
            "upload_time": "2023-06-05T15:51:49",
            "upload_time_iso_8601": "2023-06-05T15:51:49.903163Z",
            "url": "https://files.pythonhosted.org/packages/09/1c/6b426c4a6396e3d977b820af02959fdf5b0c40ed82f94339c5a25752690d/canonicalwebteam.http-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 15:51:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "canonical-webteam",
    "github_project": "http",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "canonicalwebteam.http"
}
        
Elapsed time: 0.26551s