openai-express


Nameopenai-express JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryMax speed OpenAI call. Do not exceed the tpm & rpm limit.
upload_time2024-03-14 08:50:27
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Jeffrey (Dongkyu) Kim Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords openai parallel
VCS
bugtrack_url
requirements openai dataclasses tqdm tiktoken
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # openai-express
Max speed of openai call in tpm & rpm limitation.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "openai-express",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "openai,parallel",
    "author": "",
    "author_email": "vkehfdl1 <vkehfdl1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/64/f5559af6718f539aa155d633fd881316fe42f47f12eadf5459f807801949/openai-express-0.0.1.tar.gz",
    "platform": null,
    "description": "# openai-express\nMax speed of openai call in tpm &amp; rpm limitation.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jeffrey (Dongkyu) Kim  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Max speed OpenAI call. Do not exceed the tpm & rpm limit.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/vkehfdl1/openai-express"
    },
    "split_keywords": [
        "openai",
        "parallel"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2e5f41f52a252c0987347239f2cbc9b0af8e34d14e8ce557adc907eaac77f57",
                "md5": "72e47d4c39a788b0666054e48b094d71",
                "sha256": "5fe06fa6dc38755b9f98f8518a1ee301c028957259b59a652a031c2b808e4539"
            },
            "downloads": -1,
            "filename": "openai_express-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72e47d4c39a788b0666054e48b094d71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6452,
            "upload_time": "2024-03-14T08:50:25",
            "upload_time_iso_8601": "2024-03-14T08:50:25.132746Z",
            "url": "https://files.pythonhosted.org/packages/e2/e5/f41f52a252c0987347239f2cbc9b0af8e34d14e8ce557adc907eaac77f57/openai_express-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f964f5559af6718f539aa155d633fd881316fe42f47f12eadf5459f807801949",
                "md5": "b0566e0df38b1a6863bba6b3134d4374",
                "sha256": "e4d03394bd7146c72e923fca6292dd31036ee13e1fc517a9970859042930d64c"
            },
            "downloads": -1,
            "filename": "openai-express-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b0566e0df38b1a6863bba6b3134d4374",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6858,
            "upload_time": "2024-03-14T08:50:27",
            "upload_time_iso_8601": "2024-03-14T08:50:27.204500Z",
            "url": "https://files.pythonhosted.org/packages/f9/64/f5559af6718f539aa155d633fd881316fe42f47f12eadf5459f807801949/openai-express-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 08:50:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vkehfdl1",
    "github_project": "openai-express",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "openai",
            "specs": [
                [
                    ">=",
                    "1.13.3"
                ]
            ]
        },
        {
            "name": "dataclasses",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "tiktoken",
            "specs": []
        }
    ],
    "lcname": "openai-express"
}
        
Elapsed time: 0.21409s