gpt-code-edit

View on PyPIReverse Dependencies (0)

1.0.6 gpt_code_edit-1.0.6-py3-none-any.whl

Wheel Details

Project: gpt-code-edit
Version: 1.0.6
Filename: gpt_code_edit-1.0.6-py3-none-any.whl
Download: [link]
Size: 14573
MD5: b70a3a9a029b635b5a1b54b3bf8def30
SHA256: 525a14af44e19fc77dade4ac7387d7ae8fbd3d24a7e2032b2d5de33b14bdecaa
Uploaded: 2023-08-04 16:42:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpt-code-edit
Version: 1.0.6
Summary: A command line interface that allows you to target specific functions, classes, or methods in a file and use chatgpt to perform several edits including refactoring, adding comments, adding docstrings, or adding error handling.
Author: Ben Speakman
Author-Email: benspeakman23[at]yahoo.com
Home-Page: https://github.com/ben-23-96/chatgpt_code_improve_cli
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (==3.8.4)
Requires-Dist: markdown-it-py (==3.0.0)
Requires-Dist: redbaron (==0.9.2)
Requires-Dist: tqdm (==4.65.0)
Description-Content-Type: text/markdown
[Description omitted; length: 5065 characters]

WHEEL

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

RECORD

Path Digest Size
chatgpt_cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
chatgpt_cli/arguement_validator.py sha256=mO_6gcSAplZrrEApNfLkGTOyEKTXrFpv4CRrU9FdWSM 7368
chatgpt_cli/code_parser.py sha256=aYNqeQXVEH6rJu95-NS2nTUhIfp_NOEPAgwyAdJ56i0 10813
chatgpt_cli/gpt_request.py sha256=6TanB2SdpFTN2JFzumvRJ2QCTPAJ8MdYEGCa-3Hg3_A 6309
chatgpt_cli/main.py sha256=WOPmCzhFtlwYhJVQcX3aXHZsU_B1de6SQQ2RCc_tD0M 1038
chatgpt_cli/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
chatgpt_cli/commands/code_edit.py sha256=iKL1a5xlAykPAdmBtedjXOdd1qI66PpCYT29LatMTlM 6504
chatgpt_cli/commands/review_to_file.py sha256=k581UBWRrwY5JfEzYhQvNWw4f8WdqipwJRDgIxPeiHM 3346
chatgpt_cli/commands/set_api_key.py sha256=FQ4-3u1CbVB0ScXJY37dm5sxJ0V5TJPNeablnjsbFak 1060
gpt_code_edit-1.0.6.dist-info/METADATA sha256=_DZsBWU2D258PZiz5s4aAGegXK4UOwR5HWqXTXeJXrQ 6038
gpt_code_edit-1.0.6.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
gpt_code_edit-1.0.6.dist-info/entry_points.txt sha256=K0G6EwoOfmL3S16T4bQ3cSL1vmUbPigW7hXgxgnG7ps 47
gpt_code_edit-1.0.6.dist-info/top_level.txt sha256=0y5uFcJXZ49SCwoFIGWQm_JI5_rbbh7KvxhAD5aGql8 12
gpt_code_edit-1.0.6.dist-info/RECORD

top_level.txt

chatgpt_cli

entry_points.txt

gpt = chatgpt_cli.main:main