translation-god

View on PyPIReverse Dependencies (0)

1.0.2 translation_god-1.0.2-py3-none-any.whl

Wheel Details

Project: translation-god
Version: 1.0.2
Filename: translation_god-1.0.2-py3-none-any.whl
Download: [link]
Size: 19256
MD5: 5f024c1a655dc80c49872bfc51542a96
SHA256: a7a1652d390e021049ae4f984ee5f6d3f417153987a0fd12ab0a46fd726afb40
Uploaded: 2024-04-25 18:54:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: translation_god
Version: 1.0.2
Summary: A translation tool based ChatGPT
Author-Email: zayfen <zhangyunfeng0101[at]gmail.com>
Project-Url: Homepage, https://github.com/zayfen/TranslationGod
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Requires-Dist: annotated-types (==0.6.0)
Requires-Dist: anyio (==3.7.1)
Requires-Dist: attrs (==23.1.0)
Requires-Dist: certifi (==2023.11.17)
Requires-Dist: distro (==1.8.0)
Requires-Dist: esprima (==4.0.1)
Requires-Dist: et-xmlfile (==1.1.0)
Requires-Dist: h11 (==0.14.0)
Requires-Dist: httpcore (==1.0.2)
Requires-Dist: httpx (==0.25.2)
Requires-Dist: idna (==3.4)
Requires-Dist: inflection (==0.5.1)
Requires-Dist: iniconfig (==2.0.0)
Requires-Dist: jsonschema (==4.20.0)
Requires-Dist: jsonschema-specifications (==2023.11.1)
Requires-Dist: numpy (==1.26.2)
Requires-Dist: openai (==1.3.5)
Requires-Dist: openapi (==1.1.0)
Requires-Dist: openpyxl (==3.1.2)
Requires-Dist: packaging (==23.2)
Requires-Dist: pandas (==2.1.3)
Requires-Dist: pluggy (==1.3.0)
Requires-Dist: pydantic (==2.5.2)
Requires-Dist: pydantic-core (==2.14.5)
Requires-Dist: pytest (==7.4.3)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2023.3.post1)
Requires-Dist: referencing (==0.31.0)
Requires-Dist: rpds-py (==0.13.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: sniffio (==1.3.0)
Requires-Dist: tqdm (==4.66.1)
Requires-Dist: typing-extensions (==4.8.0)
Requires-Dist: tzdata (==2023.3)
Requires-Dist: XlsxWriter (==3.1.9)
Description-Content-Type: text/markdown
[Description omitted; length: 2506 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.2.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
translation_god-1.0.2.dist-info/METADATA sha256=u6j-7fxLzK3JU6vRQxfXleXICQ3f9zzXOJT3V9rLlXI 5143
translation_god-1.0.2.dist-info/WHEEL sha256=7sv5iXvIiTVJSnAxCz2tGBm9DHsb2vPSzeYeT7pvGUY 90
translation_god-1.0.2.dist-info/entry_points.txt sha256=KSzdJ5MYrz6LYZIV2NpAB2oYvY5CoufVAMyzU0DK0IQ 94
translation_god/.ruff_cache/.gitignore sha256=njpg8ebsSuYCFcEdVLFxOSdF7CXp3e1DPVvZITY68xY 35
translation_god/.ruff_cache/0.4.1/14417344667987702384 sha256=_023ZIvmi8IBeakRNfkyBjj7mn_kT1yIQuR2ecJ6x9o 18373
translation_god/.ruff_cache/CACHEDIR.TAG sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4 43
translation_god/__init__.py sha256=MttzZ_tJunY13uAWLH5NWzZtmfTVvShIeGdZjIHXHYU 77
translation_god/answer_parser.py sha256=8kZDEpdXHCo7n6g9Y6uJev9VRSMfGsnWbMYdjuWR8uk 779
translation_god/chatgpt_service.py sha256=X_-bHVEpEJUU3bwuaPJ2-yWKuEg7CkIYbxFKaibpDDM 5636
translation_god/config.py sha256=Ed_PtszJaX34OW5YcRx-27NdsCAtHI3W0rvSvwGdT1Q 112
translation_god/helpers.py sha256=TVPBQdff6ARTLVUevyyCloAo_aeItXlg__mvot7W-nY 938
translation_god/main.py sha256=uq8jfLBl9QgOBaPjzcM2rPPnLe_g9PD_Oku-Ho3dRfs 17786
translation_god/options_parser.py sha256=SCs43slV_RP3byHpMikssCcKCUfZG52mtKfW4oojKBA 4933
translation_god/pick_json.py sha256=vREbnQYN8RPqDeG9UnD-kGVORclhKS4gulr6bImfXB0 2496
translation_god-1.0.2.dist-info/RECORD

entry_points.txt

tg = translation_god.main:main
translation_god = translation_god.main:main