gpt-translate

View on PyPIReverse Dependencies (0)

4.0.0 gpt_translate-4.0.0-py3-none-any.whl

Wheel Details

Project: gpt-translate
Version: 4.0.0
Filename: gpt_translate-4.0.0-py3-none-any.whl
Download: [link]
Size: 17376
MD5: 9b5468b3e4e4f5618ef4968aed371423
SHA256: 9798644b80c97c7d73921c2a18219f1e9ddf9f95d4cedbcf0cd655530e8ca3e3
Uploaded: 2024-10-09 14:25:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpt_translate
Version: 4.0.0
Summary: A tool to translate markdown files using GPT-4
Author-Email: Thomas Capelle <tcapelle[at]pm.me>
Project-Url: homepage, https://github.com/tcapelle/gpt_translate
Keywords: artificial intelligence,generative models,natural language processing,openai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Requires-Dist: rich (>=13.0)
Requires-Dist: openai (>=1.0)
Requires-Dist: tiktoken (>=0.5)
Requires-Dist: tenacity (>=8.2.3)
Requires-Dist: fastcore (>=1.5.29)
Requires-Dist: weave (>=0.50.3)
Requires-Dist: tqdm (>=4.66.4)
Requires-Dist: simple-parsing (>=0.1.5)
Description-Content-Type: text/markdown
[Description omitted; length: 6033 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gpt_translate/__init__.py sha256=GKJuIgj_MpR7Ve-c9Q_N9FlNxbihRBqtAAJwfmUpcGo 46
gpt_translate/cli.py sha256=FhYiMxfpG4pToRDOpaV1VvXWnch3AtKXjJkjKrub9us 4896
gpt_translate/configs.py sha256=-Ir3uJkaxOaUaxa2XUUbLoDHzbjj3GHfyGUO2WeiLcg 2303
gpt_translate/evaluate.py sha256=Pv50-R2fOAlev37wVMjFxuFQ3biJjYxuwqhePCWQogM 6621
gpt_translate/loader.py sha256=bqZq7AYJIKXqebJvk37SDx6V5FIkjzu_6Qbz_OnKpfc 7633
gpt_translate/prompts.py sha256=4CHmSHc77yml-1X9qks32BA3jFrsqZ4l5lsSr1p4DHY 2817
gpt_translate/translate.py sha256=lpoAX80OtmNojMmrL-rlgLanII2kh5m5Bw_hAqB9IO8 9474
gpt_translate/utils.py sha256=yUUf-z9yvgEesE6qTMIm3PcIzuHcSHb7-DOcuiC38D0 6092
gpt_translate/version.py sha256=SQa6Ci17DORmGXi_wkOW9pPlUojF-qtjH6NV1WOThsU 22
gpt_translate-4.0.0.dist-info/METADATA sha256=LwvdasIj3MAsxsYWM6uRXdcjOQ9cRg7wcvReDtxTsAw 6915
gpt_translate-4.0.0.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
gpt_translate-4.0.0.dist-info/entry_points.txt sha256=ZgwwzoMCPQ3mRz1_oceCNgAPA2Ca4jrfO2B-i-xEGEI 342
gpt_translate-4.0.0.dist-info/top_level.txt sha256=c61andiUHs8C78nWIYZLYAYSEcNCckEg_jfD6691IEY 14
gpt_translate-4.0.0.dist-info/RECORD

top_level.txt

gpt_translate

entry_points.txt

gpt_translate.copy_images = gpt_translate.cli:copy_images
gpt_translate.eval = gpt_translate.cli:eval
gpt_translate.file = gpt_translate.cli:translate_file
gpt_translate.files = gpt_translate.cli:translate_files
gpt_translate.folder = gpt_translate.cli:translate_folder
gpt_translate.new_files = gpt_translate.cli:new_files