textgrad

View on PyPIReverse Dependencies (0)

0.1.8 textgrad-0.1.8-py3-none-any.whl

Wheel Details

Project: textgrad
Version: 0.1.8
Filename: textgrad-0.1.8-py3-none-any.whl
Download: [link]
Size: 79578
MD5: 07a2b499deec4eeec677b2b8c61bc2b2
SHA256: f252572bd25cd7cbdc4528024f70895b3e92328932e37e576691d20eead0a63a
Uploaded: 2025-03-26 17:08:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: textgrad
Version: 0.1.8
Author: Zou Group
Author-Email: merty[at]stanford.edu
Home-Page: https://github.com/zou-group/textgrad
License: MIT license
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.9
Requires-Python: >=3.9
Requires-Dist: openai (>=1.23.6)
Requires-Dist: tenacity (>=8.2.3)
Requires-Dist: python-dotenv (>=1.0.0)
Requires-Dist: pandas (>=1.5.3)
Requires-Dist: platformdirs (>=3.11.0)
Requires-Dist: datasets (>=2.14.6)
Requires-Dist: diskcache (>=5.6.3)
Requires-Dist: graphviz (>=0.20.3)
Requires-Dist: gdown (>=5.2.0)
Requires-Dist: litellm (>=1.49.5)
Requires-Dist: pillow
Requires-Dist: httpx
Requires-Dist: vllm; extra == "vllm"
Provides-Extra: vllm
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 19111 characters]

WHEEL

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

RECORD

Path Digest Size
textgrad/__init__.py sha256=BQYH4rEk3jI90ZU0LNiDuTw5VfwG3Wc_I0HCDkTYRFA 1037
textgrad/config.py sha256=d7Tcg0G00fk8XyZsqYRV8Qmw3onatgb28OB3QFtnQak 2164
textgrad/defaults.py sha256=3iZtqpgWmBb68tfYZXFOBDbgC_n43x1Ov11DbpMgK2c 281
textgrad/loss.py sha256=XAEe_ULgFQdglMksGQ1jiKuLQd3nreIPeVwBotapGuo 11930
textgrad/model.py sha256=6wBkPHLaIM5tyzEOUnZt-vhWvvWmI5Sjk0a6XArs8B4 1927
textgrad/prompts.py sha256=6JKaXgmXgpmTfVTOeMUuPfR1tfNPm7sd9fcxKpoqaik 369
textgrad/variable.py sha256=1j5lW1j4oRToUAmh3Ovb8LYwVid9GqtjYR5x3_bV4eU 16359
textgrad/autograd/__init__.py sha256=igPYFcQVNVq_kPX4sAFcSJwpoziGnGeZltUyItjGFec 276
textgrad/autograd/algebra.py sha256=oknVOgGmR3zEbvUiCrRhYe1oZjlMxGlUlb_3gVuCXAA 7760
textgrad/autograd/function.py sha256=LfsJSQhmAnCGEuyx4Dgfy03yRVoKAijznbmJaKvt1wk 2544
textgrad/autograd/functional.py sha256=mOM5GC4SQAmllqs_XaD4pakguOuC-o-e6dCHYBUH7EE 4702
textgrad/autograd/llm_backward_prompts.py sha256=Hj-cAjzX_p0uQrMi_sM-k8ndaY9gwX811Fq-B2vwxUE 4323
textgrad/autograd/llm_ops.py sha256=dYh8Iy1ssULDili4UrhR3-9PeH0nnP-jdK6sN6J76Tk 25369
textgrad/autograd/multimodal_backward_prompts.py sha256=ITHxrZjJuCzqZxMU-FHV7lijFXt5tu-RdujpOkhxgTg 260
textgrad/autograd/multimodal_ops.py sha256=rUMHD51ZELiliDFrntotSuJ_GutuEA8K43n12oC6nK0 12419
textgrad/autograd/reduce_prompts.py sha256=k088suXOVljOWvY1NLkn88802LxAyrf79lYCq1lk9tA 939
textgrad/autograd/string_based_ops.py sha256=UdkVPoShoQwdVDIuAXTsJftPRSCJx6Xp1JBOxaAij_4 9794
textgrad/engine/__init__.py sha256=je4qaA3Jq2eS7-QWDXfrf-Pthcbw8IkyiKGKTht0bKk 3904
textgrad/engine/anthropic.py sha256=VBWBCVff6XqcjV2I0hpjYHvLfA7oAXl2txeH_av9tUs 5076
textgrad/engine/base.py sha256=CWq0LgTZ_udV2Ybf_clo7uSYx8tOihhxJASeMIMENDA 1196
textgrad/engine/bedrock.py sha256=EED9Wq3LaFyefVCxmqdSXDQWyx5lcpL1-5cAMGOO-Jw 6027
textgrad/engine/cohere.py sha256=UAX0XZzqwxRVP142z5TBMRVkUrdH2-UbCidBgyIifzk 2114
textgrad/engine/engine_utils.py sha256=RlD-QygNX60VDkeWNqUPzK43iWTEHuNkGnmOBQxHTGQ 435
textgrad/engine/gemini.py sha256=4yL_XXaWXsfrA7XG4oFbSkyRXNo9kgYYaS2OHjvyTxU 2597
textgrad/engine/groq.py sha256=Eb8xI8n_D9gqQCbDLtajRdCXAWzYMc4Di6-sw9kB3Wc 1542
textgrad/engine/guidance.py sha256=83p-juwnwpOck748C60KjnM1u4l5tt0ADRvAiBCFju0 2537
textgrad/engine/local_model_openai_api.py sha256=VzA5pL9X4cmHeSmnb9iDttFK8MGkro5ooAdtuc5-Kjs 1609
textgrad/engine/openai.py sha256=xrsF4l5UVV7quwazyGRlwkGLCd_PGentWXVHcm9qxM0 8145
textgrad/engine/together.py sha256=bh-2Mcu0HHILS2BI_VyFxfUdykdNhLTiVGIupwFTQPY 2377
textgrad/engine/vllm.py sha256=f4oMm2w1_H8dtWHqPdSKpT-fYItCW2EkB0fgHtDpdrU 2045
textgrad/engine_experimental/__init__.py sha256=Qu03zg3bypInkyc6CXk_N89SFZU09qosmzlhGu-4-ss 123
textgrad/engine_experimental/base.py sha256=lzc5q_UPvbW709GTWZDYW4mNnXC3DzyTiXDedklFqJQ 3402
textgrad/engine_experimental/engine_utils.py sha256=YU2ZbKbeDM403W7SqVUZbFO5PUz4A3DlD57-msH_m6g 1432
textgrad/engine_experimental/litellm.py sha256=6W9OSFHLsmQ9iW5r4J1Ia9HB9xnXtrJjP8xvvHhUDCU 1950
textgrad/engine_experimental/openai.py sha256=lvKfm3bkWjPQQNB0y6fH7XwHshVCdd0DlB8uJPIDNUY 3614
textgrad/optimizer/__init__.py sha256=I2kbDS9eLDXw4TB4Jhztcih-CcoaUqS7f4fO1nsdk60 123
textgrad/optimizer/guidance_optimizer.py sha256=WjXxHTMEHLHkbMCtH9aml2iE4nqqG-r8NKE39ADO7wY 5022
textgrad/optimizer/optimizer.py sha256=iw1hi84EVJu1z0ObQgbbQCVzwDoVsRJ-yOJoeIk4h9M 14218
textgrad/optimizer/optimizer_prompts.py sha256=s1qKVt4NEdmtqAge90zL3IW6PTvi9qILuppLAe2UXHk 5585
textgrad/tasks/__init__.py sha256=L6S5yUElKiKkwQhKAZWclIP_BQOX80NDwv-bj256Alc 5296
textgrad/tasks/base.py sha256=42WkC1-jboD3gKqK7iNr2qwWWXYAegIgAjRf0wfuDPE 1146
textgrad/tasks/big_bench_hard.py sha256=a8M4nTgvpUVr8oIWYX7CbDsI7sIEiwj6c1DVwgZG6BA 4090
textgrad/tasks/gpqa.py sha256=roWhf7mRTmi4B_jis8h6NfUlOzGXCV5jkQS0G5MwKwU 11406
textgrad/tasks/gsm8k.py sha256=fgX1j3tuL32_B4K592fQ94vOjwuH4gKo1XVCVBmxVTw 3315
textgrad/tasks/leetcode.py sha256=AT6irjVYkf-ZDyDFal7Gfg4YjZF7OlwB73bekfMoCSc 1392
textgrad/tasks/mmlu.py sha256=e5WfdiKUzhyzSaBv4dtxFC_YnyJ0Q0Yg0pjOzd_E7Ms 5927
textgrad/tasks/multimodal/__init__.py sha256=JmicBwGheZSIxDlBigY-FvgLWDUPDE5RKXE121aREtI 685
textgrad/tasks/multimodal/mathvista.py sha256=PReAt40X8VhBRYmOHOhlS7ZOouqkD9zNnEJFxSJsv9g 12950
textgrad/tasks/multimodal/scienceqa.py sha256=gKPFfKhxK8wjHe1vEsroMc0nHhssxdYH7guy3EuO8Bo 9758
textgrad/utils/image_utils.py sha256=M50G_cY5LteOI_OIMK3n7Z39-ccCRDIUkykNhBTYGX4 1293
textgrad-0.1.8.dist-info/LICENSE sha256=7QX_ZKK0fsumkNi2_ijZcN4fbjGxyE2qIp8hKU7OlwI 1066
textgrad-0.1.8.dist-info/METADATA sha256=APurBdpSVyoCorNyDSAoBBNK-e6bIelKRjlhPrLM4sc 20095
textgrad-0.1.8.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
textgrad-0.1.8.dist-info/top_level.txt sha256=fS7lwOWiJJArXXcFXUpLPmQn-037fO33n8qdPSBHj30 9
textgrad-0.1.8.dist-info/RECORD

top_level.txt

textgrad