wild-requests


Namewild-requests JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/taux1c/wild_requests
SummaryJust a module that provides some tools for downloading.
upload_time2023-11-02 04:46:48
maintainer
docs_urlNone
authorTaux1c
requires_python
license
keywords
VCS
bugtrack_url
requirements setuptools httpx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Wild Requests is a versatile Python package designed to simplify HTTP requests using the powerful HTTPX library. With an intuitive interface and prebuilt logic, it streamlines the process of making web requests, making it an ideal choice for both beginners and experienced developers. Wild Requests supports various HTTP methods, handles authentication, and manages cookies effortlessly. Whether you're building web scrapers, API clients, or need to access web resources, Wild Requests offers a convenient and efficient solution.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/taux1c/wild_requests",
    "name": "wild-requests",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Taux1c",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/55/a3/ed96ab6019b6addbd6a07b85c471ce48b2a1b944bcd709d9e98afbecab40/wild_requests-0.0.5.tar.gz",
    "platform": null,
    "description": "Wild Requests is a versatile Python package designed to simplify HTTP requests using the powerful HTTPX library. With an intuitive interface and prebuilt logic, it streamlines the process of making web requests, making it an ideal choice for both beginners and experienced developers. Wild Requests supports various HTTP methods, handles authentication, and manages cookies effortlessly. Whether you're building web scrapers, API clients, or need to access web resources, Wild Requests offers a convenient and efficient solution.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Just a module that provides some tools for downloading.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/taux1c/wild_requests"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b212e53ae61346128c251461d7bbdc47c8fa6dfd4566175bbc2405adf02fa0f",
                "md5": "6468cec31092716bbed9f4feba2fa8c8",
                "sha256": "7a425941a3aa63b169484aa26221bcda0637a465bd33055deefef941536307b1"
            },
            "downloads": -1,
            "filename": "wild_requests-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6468cec31092716bbed9f4feba2fa8c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3814,
            "upload_time": "2023-11-02T04:46:47",
            "upload_time_iso_8601": "2023-11-02T04:46:47.221489Z",
            "url": "https://files.pythonhosted.org/packages/9b/21/2e53ae61346128c251461d7bbdc47c8fa6dfd4566175bbc2405adf02fa0f/wild_requests-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55a3ed96ab6019b6addbd6a07b85c471ce48b2a1b944bcd709d9e98afbecab40",
                "md5": "7e5f5a258cc0751d8c4aae26e21ca409",
                "sha256": "67955c4beb5f443aec7340c56bf3f65a00970eac461351a5d3e19507573eb9d0"
            },
            "downloads": -1,
            "filename": "wild_requests-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7e5f5a258cc0751d8c4aae26e21ca409",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3017,
            "upload_time": "2023-11-02T04:46:48",
            "upload_time_iso_8601": "2023-11-02T04:46:48.778796Z",
            "url": "https://files.pythonhosted.org/packages/55/a3/ed96ab6019b6addbd6a07b85c471ce48b2a1b944bcd709d9e98afbecab40/wild_requests-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-02 04:46:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "taux1c",
    "github_project": "wild_requests",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "65.5.1"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "~=",
                    "0.25.0"
                ]
            ]
        }
    ],
    "lcname": "wild-requests"
}
        
Elapsed time: 0.21902s