patch-aiohttp-requests


Namepatch-aiohttp-requests JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/Raekkeri/patch-aiohttp-requests
SummarySimple patching of `aiohttp` requests
upload_time2023-09-19 15:55:33
maintainer
docs_urlNone
authorTeemu Husso
requires_python
license
keywords aiohttp requests tests mock patch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # patch-aiohttp-requests

Simple patching of aiohttp requests.

The package contains a `patch_aiohttp_requests` context manager, which can be used to
mock one or multiple async HTTP requests made with aiohttp library.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Raekkeri/patch-aiohttp-requests",
    "name": "patch-aiohttp-requests",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "aiohttp,requests,tests,mock,patch",
    "author": "Teemu Husso",
    "author_email": "teemu.husso@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/20/0e/ad08277ee733af11ad2c024698d3efd008c932bfcd7d91cc304c8f2ac011/patch-aiohttp-requests-0.1.1.tar.gz",
    "platform": null,
    "description": "# patch-aiohttp-requests\n\nSimple patching of aiohttp requests.\n\nThe package contains a `patch_aiohttp_requests` context manager, which can be used to\nmock one or multiple async HTTP requests made with aiohttp library.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple patching of `aiohttp` requests",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/Raekkeri/patch-aiohttp-requests"
    },
    "split_keywords": [
        "aiohttp",
        "requests",
        "tests",
        "mock",
        "patch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "324c7103ada86ee534ad0d0ab18646c352007669da7151cf507e2b1210cafe90",
                "md5": "546d6bcc8e78106d8b9ac82c9a85c2b7",
                "sha256": "c4a279aef23f744f87325a19281b12107537bcb6e5b1ac5a9b47fe1dcb93cf9f"
            },
            "downloads": -1,
            "filename": "patch_aiohttp_requests-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "546d6bcc8e78106d8b9ac82c9a85c2b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3281,
            "upload_time": "2023-09-19T15:55:31",
            "upload_time_iso_8601": "2023-09-19T15:55:31.673837Z",
            "url": "https://files.pythonhosted.org/packages/32/4c/7103ada86ee534ad0d0ab18646c352007669da7151cf507e2b1210cafe90/patch_aiohttp_requests-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "200ead08277ee733af11ad2c024698d3efd008c932bfcd7d91cc304c8f2ac011",
                "md5": "982c4970e570fd5d5b58cdbcd0b73518",
                "sha256": "5dcd5f609e0dc154d09812f809be151430fde14b0761668b834f5b0737a06772"
            },
            "downloads": -1,
            "filename": "patch-aiohttp-requests-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "982c4970e570fd5d5b58cdbcd0b73518",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2955,
            "upload_time": "2023-09-19T15:55:33",
            "upload_time_iso_8601": "2023-09-19T15:55:33.329961Z",
            "url": "https://files.pythonhosted.org/packages/20/0e/ad08277ee733af11ad2c024698d3efd008c932bfcd7d91cc304c8f2ac011/patch-aiohttp-requests-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 15:55:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Raekkeri",
    "github_project": "patch-aiohttp-requests",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "patch-aiohttp-requests"
}
        
Elapsed time: 0.12070s