chatgpt-cli-tool

View on PyPIReverse Dependencies (0)

1.8.3 chatgpt_cli_tool-1.8.3-py3-none-any.whl

Wheel Details

Project: chatgpt-cli-tool
Version: 1.8.3
Filename: chatgpt_cli_tool-1.8.3-py3-none-any.whl
Download: [link]
Size: 11270
MD5: 310f372b0c006de75a94764cdb9048d2
SHA256: c820855f293b97d14aa92264d5db9a755897b09d2b540178963049c92a3a351b
Uploaded: 2023-10-24 12:03:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: chatgpt-cli-tool
Version: 1.8.3
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.8.3.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: 6984 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=CNAlhai7jjcuIOshECgN1sNxdWpRnY3vAjkI_h2QdBQ 23
cli/core.py sha256=HsgeLyB_JppE53FOk5ecGkywnDelIsQp5XFPViglqgM 6685
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.8.3.dist-info/LICENSE sha256=96mlX3y_liKaVUh_AUOAmmTzk0smCQTWO8yzk8zQ21c 1094
chatgpt_cli_tool-1.8.3.dist-info/METADATA sha256=Z5n_6TcYXIDsJyZ0bk-U-7cuwkZDO93uaf0ZkSR7rpg 8061
chatgpt_cli_tool-1.8.3.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
chatgpt_cli_tool-1.8.3.dist-info/entry_points.txt sha256=ItvJKKyM1hj10hBByi9lqagsyFvPtwPxHdyve6tYV2o 104
chatgpt_cli_tool-1.8.3.dist-info/top_level.txt sha256=2ImG917oaVHlm0nP9oJE-Qrgs-fq_fGWgba2H1f8fpE 4
chatgpt_cli_tool-1.8.3.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