gshellx

View on PyPIReverse Dependencies (0)

0.1.0 gshellx-0.1.0-py3-none-any.whl

Wheel Details

Project: gshellx
Version: 0.1.0
Filename: gshellx-0.1.0-py3-none-any.whl
Download: [link]
Size: 11434
MD5: 9df58a523268a7818b42d450834eef09
SHA256: 20ec1de97c7496b0fa63bbf2890a3a62f931db084d1810fbf3d1b9a537b69ea4
Uploaded: 2023-05-30 09:27:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gshellx
Version: 0.1.0
Summary: Python CLI app for generating shell commands with OpenAI's GPT-3.5-turbo model
Author: Tomer
Author-Email: chaim.tomer[at]gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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.7.0,<4.0
Requires-Dist: click (<9.0.0,>=8.1.3)
Requires-Dist: prompt-toolkit (<4.0.0,>=3.0.38)
Requires-Dist: pytest (<8.0.0,>=7.3.1)
Requires-Dist: requests (<3.0.0,>=2.31.0)
Requires-Dist: rich (<14.0.0,>=13.3.5)
Description-Content-Type: text/markdown
[Description omitted; length: 4642 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.6.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gshellx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gshellx/config.py sha256=hHYO1c0JC4cWFltZEsw85VoIsEgJMExKA6kd_ySNBj0 149
gshellx/history.json sha256=26RJppKfvBbH573OllWIinhpRYAjDGF0uhoPPwdQTiU 6708
gshellx/main.py sha256=ZLj91k9FjpEbUMccXPFGKaXcqtcn_X7GwU1ZDnF79yE 3501
gshellx/openai_api.py sha256=X0HwecbTmWJ3EAbkc6XsMRZDjBgGBQY5NvmZnPmQIrg 1092
gshellx/output.txt sha256=B1fOpgW7uA9_laeIaHlfedheh3dCa4_9tV6vtlGRieA 6491
gshellx/prompts.py sha256=IsKUF-DT_SkNFcEsaB1uN8DG0RyxazDlCxdZ0GD0jOs 411
gshellx/shell_utils.py sha256=9N-QwpgisomwjR7cETd-weuB-QzyohO7Wf5UevSgMr0 1270
gshellx-0.1.0.dist-info/METADATA sha256=n_9slAb3zvUM9ePYD4a_iXjgWkmKjVjEs1VaSgj05qc 5512
gshellx-0.1.0.dist-info/WHEEL sha256=WGfLGfLX43Ei_YORXSnT54hxFygu34kMpcQdmgmEwCQ 88
gshellx-0.1.0.dist-info/entry_points.txt sha256=o_kLaZx8e78XZpkS0vHaGB-Gl9ohpqeXmQV4ZJ5TLUs 41
gshellx-0.1.0.dist-info/RECORD

entry_points.txt

gsx = gshellx.main:main