llmtranslator


Namellmtranslator JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/RexWzh/llmtranslator
SummaryText translator using OpenAI-like API.
upload_time2023-11-22 07:47:44
maintainer
docs_urlNone
authorRex Wang
requires_python>=3.6
licenseMIT license
keywords llmtranslator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LLMTranslator

[![PyPI version](https://img.shields.io/pypi/v/llmtranslator.svg)](https://pypi.python.org/pypi/llmtranslator)
[![Tests](https://github.com/rexwzh/llmtranslator/actions/workflows/test.yml/badge.svg)](https://github.com/rexwzh/llmtranslator/actions/workflows/test.yml/)
[![Documentation Status](https://img.shields.io/badge/docs-github_pages-blue.svg)](https://rexwzh.github.io/llmtranslator/)
[![Coverage](https://codecov.io/gh/rexwzh/llmtranslator/branch/main/graph/badge.svg)](https://codecov.io/gh/rexwzh/llmtranslator)

Text translator using OpenAI-like API.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RexWzh/llmtranslator",
    "name": "llmtranslator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "llmtranslator",
    "author": "Rex Wang",
    "author_email": "1073853456@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/37/69/a96f69483f5f316b3583fd3cd2ca1d23af6a2d4d0b5d54898146e086beb8/llmtranslator-0.0.1.tar.gz",
    "platform": null,
    "description": "# LLMTranslator\n\n[![PyPI version](https://img.shields.io/pypi/v/llmtranslator.svg)](https://pypi.python.org/pypi/llmtranslator)\n[![Tests](https://github.com/rexwzh/llmtranslator/actions/workflows/test.yml/badge.svg)](https://github.com/rexwzh/llmtranslator/actions/workflows/test.yml/)\n[![Documentation Status](https://img.shields.io/badge/docs-github_pages-blue.svg)](https://rexwzh.github.io/llmtranslator/)\n[![Coverage](https://codecov.io/gh/rexwzh/llmtranslator/branch/main/graph/badge.svg)](https://codecov.io/gh/rexwzh/llmtranslator)\n\nText translator using OpenAI-like API.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Text translator using OpenAI-like API.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/RexWzh/llmtranslator"
    },
    "split_keywords": [
        "llmtranslator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15defbb2e108346d04eb7e57b4f00deb98e3875cd5ea03403000f7faac4aa1b9",
                "md5": "c0f2c0c41b90c66fef590f6802fcc1fc",
                "sha256": "9a172601f3b4b26414b0049c4aa7e624b4dc91c8bd0429da3b6530204affe5de"
            },
            "downloads": -1,
            "filename": "llmtranslator-0.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0f2c0c41b90c66fef590f6802fcc1fc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 8150,
            "upload_time": "2023-11-22T07:47:42",
            "upload_time_iso_8601": "2023-11-22T07:47:42.318063Z",
            "url": "https://files.pythonhosted.org/packages/15/de/fbb2e108346d04eb7e57b4f00deb98e3875cd5ea03403000f7faac4aa1b9/llmtranslator-0.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3769a96f69483f5f316b3583fd3cd2ca1d23af6a2d4d0b5d54898146e086beb8",
                "md5": "78f08da5182aa4852f1170ca8f8e82c2",
                "sha256": "02a010a0d17bc3627df380814df621ef34327ad59bab104fb8e8b4a07c630d7e"
            },
            "downloads": -1,
            "filename": "llmtranslator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78f08da5182aa4852f1170ca8f8e82c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6758,
            "upload_time": "2023-11-22T07:47:44",
            "upload_time_iso_8601": "2023-11-22T07:47:44.619989Z",
            "url": "https://files.pythonhosted.org/packages/37/69/a96f69483f5f316b3583fd3cd2ca1d23af6a2d4d0b5d54898146e086beb8/llmtranslator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-22 07:47:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RexWzh",
    "github_project": "llmtranslator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "llmtranslator"
}
        
Elapsed time: 0.28145s