callllm


Namecallllm JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/swinton/twitterspawn
SummaryAsynchronous, concurrent requests to the LLM REST APIs, that respect their rate limits, using gevent and requests.
upload_time2023-07-05 07:42:37
maintainer
docs_urlNone
authorZhensu Sun
requires_python
licenseMIT
keywords requests python-requests gevent llm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CallLLM

Asynchronous, concurrent requests to the LLM REST API, that respect its's rate limits, using [gevent](http://www.gevent.org/) and [requests](http://docs.python-requests.org/).

See example.py for a working example.

## Installation
Simply:

    $ pip install callllm


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/swinton/twitterspawn",
    "name": "callllm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "requests,python-requests,gevent,llm",
    "author": "Zhensu Sun",
    "author_email": "zhensuuu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/17/6a/cc553dd8b2354a91fade01e3ba0596950837b23e9fe366d16ff6c4fedcf4/callllm-0.1.0.tar.gz",
    "platform": null,
    "description": "# CallLLM\n\nAsynchronous, concurrent requests to the LLM REST API, that respect its's rate limits, using [gevent](http://www.gevent.org/) and [requests](http://docs.python-requests.org/).\n\nSee example.py for a working example.\n\n## Installation\nSimply:\n\n    $ pip install callllm\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous, concurrent requests to the LLM REST APIs, that respect their rate limits, using gevent and requests.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/swinton/twitterspawn"
    },
    "split_keywords": [
        "requests",
        "python-requests",
        "gevent",
        "llm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d7836e1b3afba81d6ec881a5025a7f4e6dacc2ff3bcb49831bb73c726318b08",
                "md5": "539cd3ab2d2c89a99dc33527b3af4b3a",
                "sha256": "cd3d26138ce89c6f9bed4fbf1b2bcb9d95d60da2ac2b991c1993bd15b509e299"
            },
            "downloads": -1,
            "filename": "callllm-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "539cd3ab2d2c89a99dc33527b3af4b3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3591,
            "upload_time": "2023-07-05T07:42:36",
            "upload_time_iso_8601": "2023-07-05T07:42:36.043696Z",
            "url": "https://files.pythonhosted.org/packages/0d/78/36e1b3afba81d6ec881a5025a7f4e6dacc2ff3bcb49831bb73c726318b08/callllm-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "176acc553dd8b2354a91fade01e3ba0596950837b23e9fe366d16ff6c4fedcf4",
                "md5": "eb4c776510c87a650315bffd2d14174e",
                "sha256": "1fd24844961f2b51c619eeb88534b547b9fca0e8bc36e2bbb33982e74a360319"
            },
            "downloads": -1,
            "filename": "callllm-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb4c776510c87a650315bffd2d14174e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3724,
            "upload_time": "2023-07-05T07:42:37",
            "upload_time_iso_8601": "2023-07-05T07:42:37.437156Z",
            "url": "https://files.pythonhosted.org/packages/17/6a/cc553dd8b2354a91fade01e3ba0596950837b23e9fe366d16ff6c4fedcf4/callllm-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 07:42:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "swinton",
    "github_project": "twitterspawn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "callllm"
}
        
Elapsed time: 0.08678s