chatgpt-cli-tool

View on PyPIReverse Dependencies (0)

1.9.0 chatgpt_cli_tool-1.9.0-py3-none-any.whl

Wheel Details

Project: chatgpt-cli-tool
Version: 1.9.0
Filename: chatgpt_cli_tool-1.9.0-py3-none-any.whl
Download: [link]
Size: 11376
MD5: 0bef5b948812f73157db37344a9cc7e9
SHA256: afe1c23647352b0297a55906d556860c499c580608a2ed86a9507909b627ecf7
Uploaded: 2024-06-24 10:26:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: chatgpt-cli-tool
Version: 1.9.0
Summary: Command-line interface tool for interacting with ChatGPT using terminal
Author: luka
Author-Email: lukamatosevic5[at]gmail.com
Home-Page: https://github.com/lmatosevic/chatgpt-cli
Download-Url: https://github.com/lmatosevic/chatgpt-cli/archive/refs/tags/1.9.0.tar.gz
License: MIT
Keywords: chatgpt,openai,dall-e,cli,chat
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8.0
Requires-Dist: openai
Requires-Dist: python-dotenv
Requires-Dist: colorama
Requires-Dist: prompt-toolkit
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7301 characters]

WHEEL

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

RECORD

Path Digest Size
cli/__init__.py sha256=IDBVc-o2dM9ibH29fpiVWJN582KrwFy1y4ybXPjgw48 23
cli/core.py sha256=XEZeYkKU5wezWjN7qnSm-U-0oTFgcV9GHU8agUWTVzM 6807
cli/main.py sha256=m2iwDn6KkeTJxbSrlRw9g8IjBml3k37KYDJ3ufEsA2s 7805
cli/command/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cli/command/ai.py sha256=EwPL29j_QFk_N8MPCBUYwdHkmB0rE_yW-C9OlXEFPF0 1242
cli/command/img.py sha256=KueAuLJKLxDWirn6yDs-uS3F4ioxZQgauH0RPNgqsKM 2209
chatgpt_cli_tool-1.9.0.dist-info/LICENSE sha256=96mlX3y_liKaVUh_AUOAmmTzk0smCQTWO8yzk8zQ21c 1094
chatgpt_cli_tool-1.9.0.dist-info/METADATA sha256=cIlkzFNpNMYdFHctIRDccnTaiL4XCdn28aA1gKDKz4o 8382
chatgpt_cli_tool-1.9.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
chatgpt_cli_tool-1.9.0.dist-info/entry_points.txt sha256=ItvJKKyM1hj10hBByi9lqagsyFvPtwPxHdyve6tYV2o 104
chatgpt_cli_tool-1.9.0.dist-info/top_level.txt sha256=2ImG917oaVHlm0nP9oJE-Qrgs-fq_fGWgba2H1f8fpE 4
chatgpt_cli_tool-1.9.0.dist-info/RECORD

top_level.txt

cli

entry_points.txt

chatgpt-cli = cli:main.main
gpt-ai = cli.command:ai.run
gpt-img = cli.command:img.run