Metadata-Version: 2.1
Name: llmtranslator
Version: 0.0.1
Summary: Text translator using OpenAI-like API.
Home-page: https://github.com/RexWzh/llmtranslator
Author: Rex Wang
Author-email: 1073853456@qq.com
License: MIT license
Keywords: llmtranslator
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE

# 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.
