urllib3_request


Nameurllib3_request JSON
Version 0.0.1.3 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/urllib3_request
Summaryurllib3 request extension.
upload_time2024-06-10 07:45:05
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.10
licenseMIT
keywords urllib3 request
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # urllib3 request extension.

## Installation

You can install via [pypi](https://pypi.org/project/urllib3_request/)

```console
pip install -U urllib3_request
```

## Usage

```python
from urllib3_request import request
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/urllib3_request",
    "name": "urllib3_request",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "urllib3, request",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/da/11/e49dd81243d80a469179714ee9891efaeea28cd2e447416e2ce05e629124/urllib3_request-0.0.1.3.tar.gz",
    "platform": null,
    "description": "# urllib3 request extension.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/urllib3_request/)\n\n```console\npip install -U urllib3_request\n```\n\n## Usage\n\n```python\nfrom urllib3_request import request\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "urllib3 request extension.",
    "version": "0.0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/urllib3_request",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/urllib3_request"
    },
    "split_keywords": [
        "urllib3",
        " request"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0fc352555d5b52e7508e79395177ed144699d6b77cb736f12e13d4866882976",
                "md5": "16ed03dd80ae6abec5a0165926bb83c6",
                "sha256": "d4704e9cfbfef5d7dc789d04e9110f23ab6146e9bac511f10a1a9be9a9921269"
            },
            "downloads": -1,
            "filename": "urllib3_request-0.0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16ed03dd80ae6abec5a0165926bb83c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4403,
            "upload_time": "2024-06-10T07:45:03",
            "upload_time_iso_8601": "2024-06-10T07:45:03.896735Z",
            "url": "https://files.pythonhosted.org/packages/a0/fc/352555d5b52e7508e79395177ed144699d6b77cb736f12e13d4866882976/urllib3_request-0.0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da11e49dd81243d80a469179714ee9891efaeea28cd2e447416e2ce05e629124",
                "md5": "7489ab4743df8a28adbf02cb9e1d039f",
                "sha256": "6ed84e99b05e4234e6416e0703aa888bbed3e20e582ca497432b5d6a1f3dbf71"
            },
            "downloads": -1,
            "filename": "urllib3_request-0.0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7489ab4743df8a28adbf02cb9e1d039f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 3064,
            "upload_time": "2024-06-10T07:45:05",
            "upload_time_iso_8601": "2024-06-10T07:45:05.442422Z",
            "url": "https://files.pythonhosted.org/packages/da/11/e49dd81243d80a469179714ee9891efaeea28cd2e447416e2ce05e629124/urllib3_request-0.0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 07:45:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "urllib3_request"
}
        
Elapsed time: 0.42744s