pysolhttpclient


Namepysolhttpclient JSON
Version 3.13.3 PyPI version JSON
download
home_pagehttps://github.com/champax/pysolhttpclient
Summarypysolhttpclient
upload_time2025-09-10 09:36:32
maintainerNone
docs_urlNone
authorLaurent Champagnac
requires_python>=3.11
licenseNone
keywords python gevent
VCS
bugtrack_url
requirements greenlet gevent pytz pysolbase geventhttpclient urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pysolhttpclient
============

Welcome to pysol

Copyright (C) 2013/2025 Laurent Labatut / Laurent Champagnac

pysolhttpclient is a set an HTTP client Apis

They are gevent based
They support urllib3 and geventhttpclient implementations
They support http and https
They support http proxy (tested with squid)

HttpResponse.headers is a dict, from string to string (direct header access) or from string to list (in case the same header is present several times in the http response)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/champax/pysolhttpclient",
    "name": "pysolhttpclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Laurent Labatut <laurent@labatut.net>, Laurent Champagnac <champagnac.laurent@gmail.com>",
    "keywords": "python, gevent",
    "author": "Laurent Champagnac",
    "author_email": "Laurent Labatut <laurent@labatut.net>, Laurent Champagnac <champagnac.laurent@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8b/f3/e2add8e97dd598469e3237e547ce2148c361b417cf1b4c1f7ac39a188bfe/pysolhttpclient-3.13.3.tar.gz",
    "platform": null,
    "description": "pysolhttpclient\n============\n\nWelcome to pysol\n\nCopyright (C) 2013/2025 Laurent Labatut / Laurent Champagnac\n\npysolhttpclient is a set an HTTP client Apis\n\nThey are gevent based\nThey support urllib3 and geventhttpclient implementations\nThey support http and https\nThey support http proxy (tested with squid)\n\nHttpResponse.headers is a dict, from string to string (direct header access) or from string to list (in case the same header is present several times in the http response)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "pysolhttpclient",
    "version": "3.13.3",
    "project_urls": {
        "Homepage": "https://github.com/champax/pysolhttpclient",
        "Repository": "https://github.com/champax/pysolhttpclient"
    },
    "split_keywords": [
        "python",
        " gevent"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bf3e2add8e97dd598469e3237e547ce2148c361b417cf1b4c1f7ac39a188bfe",
                "md5": "1a3f2ea0e831f63932cd557939c4081c",
                "sha256": "04b7f270f6144cf767ae3fc829fbb5dc8f85a7ba35c6e6e4c9f1fb62c55c1434"
            },
            "downloads": -1,
            "filename": "pysolhttpclient-3.13.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1a3f2ea0e831f63932cd557939c4081c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 23348,
            "upload_time": "2025-09-10T09:36:32",
            "upload_time_iso_8601": "2025-09-10T09:36:32.813279Z",
            "url": "https://files.pythonhosted.org/packages/8b/f3/e2add8e97dd598469e3237e547ce2148c361b417cf1b4c1f7ac39a188bfe/pysolhttpclient-3.13.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 09:36:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "champax",
    "github_project": "pysolhttpclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "greenlet",
            "specs": []
        },
        {
            "name": "gevent",
            "specs": []
        },
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "pysolbase",
            "specs": [
                [
                    ">=",
                    "3.13.0"
                ]
            ]
        },
        {
            "name": "geventhttpclient",
            "specs": []
        },
        {
            "name": "urllib3",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "pysolhttpclient"
}
        
Elapsed time: 0.51174s