Skip to main content

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.

Project description

GPT Code Edit

gpt-code-edit is a Command Line Interface that allows you to target specific functions, classes, or methods in a file and use chatgpt to perform several edits on them including refactoring, adding comments, adding docstrings, or adding error handling.

Github

https://github.com/ben-23-96/chatgpt_code_improve_cli

PyPI

https://pypi.org/project/gpt-code-edit/

Prerequisites

  • Python 3.9
  • An active OpenAI account with API keys

Installation

Use the package manager pip to install GPT code edit.

pip install gpt-code-edit

Usage

Set API Key

First, you need to set your OpenAI API key. You can find your key at OpenAI Platform if you have a valid OpenAI account.

gpt set-api-key <api_key>

Arguments

Argument Description
<api_key> The OpenAI API key for the user.

Code Edit

This command allows you to target specific functions, classes, or methods in a file and perform several edits on the code including refactoring, adding comments, adding docstrings, or adding error handling.

gpt code-edit <filename> [--target-functions <function1> <function2> ...] [--target-classes <class1> <class2> ...] [--target-methods <class1.method1> <class2.method2> ...] [--refactor] [--comments] [--docstrings] [--error-handling] [--gpt-4] [--temp <temperature>] [--create-review-file] [--edit-code-in-file]

Note: One of --create-review-file or --edit-code-in-file must be set. Both can be set at the same time.

Note: One of --refactor, --comments, --docstrings or --error-handling must be set. Multiple can be set at the same time.

Note: One of --target-functions, --target-methods or --target-classes must be set. Multiple can be set at the same time.

Example

The following command would add GPT generated comments into the function foo located in the main.py file.

gpt code-edit main.py --target-functions foo --comments --edit-code-in-file

Arguments

Argument Description
<filename> The filename of the file containing the code (eg. main.py).
--target-functions A space-separated list of function names to be targeted.
--target-classes A space-separated list of class names to be targeted. Each class should be provided as ClassName. This will target every method in each class provided. This cannot be used if --target-methods is also used on a method within one of the given classes.
--target-methods A space-separated list of method names to be targeted. Each method should be given as ClassName.method. This cannot be used if --target-classes is also used on the class the method is from.
--refactor If set, refactor the code.
--comments If set, add comments to the code.
--docstrings If set, add docstrings to the code.
--error-handling If set, add error handling to the code.
--gpt-4 If set, GPT-4 will be used instead of the default GPT-3.
--temp Affects the randomness of the output. A higher value makes the output more creative and a lower value makes it more structured. Must be between 1 and 0. The default is 0.4.
--create-review-file If set, creates a file {function_name}.py in a folder gpt_edit_review containing the newly edited function code and the old function code. This allows you to review the code before replacing it in the actual file. Remember to gitignore or delete the folder created when done.
--edit-code-in-file If set, rewrites the selected code within the file with the newly edited version returned from GPT. If used, it is advisable for code to be committed and saved in case of erroneous changes.

Review to File

If when using code-edit the --create-review-file flag has been used so the edited code has been placed in a file for review, this command allows you to apply the changes to the actual file.

gpt review-to-file <filename> [--target-functions <function1> <function2> ...] [--target-classes <class1> <class2> ...] [--target-methods <class1.method1> <class2.method2> ...]

Arguments

Argument Description
<filename> The filename of the file containing the original code (eg. main.py).
--target-functions A space-separated list of function names to be targeted from the corresponding gpt_edit_review/<filename> folder.
--target-classes A space-separated list of class names to be targeted from the corresponding gpt_edit_review/<filename> folder. Each class should be provided as ClassName. This cannot be used if --target-methods is also used on a method within one of the given classes.
--target-methods A space-separated list of method names to be targeted from the corresponding gpt_edit_review/<filename> folder. Each method should be given as ClassName.method. This cannot be used if --target-classes is also used on the class the method is from.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpt-code-edit-1.0.5.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gpt_code_edit-1.0.5-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file gpt-code-edit-1.0.5.tar.gz.

File metadata

  • Download URL: gpt-code-edit-1.0.5.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gpt-code-edit-1.0.5.tar.gz
Algorithm Hash digest
SHA256 33f6607b0ec1a4ab266c23c581b3db5771b6f62718bce8dac9347c389905cf69
MD5 4d7692b9d9dc9255a3570740b4fde453
BLAKE2b-256 13cda90ab8d65ef7a061ad89f3698e28231f23bb330c9f67eff3691abcc60bed

See more details on using hashes here.

File details

Details for the file gpt_code_edit-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: gpt_code_edit-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gpt_code_edit-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7ee7a7407697129d58d2492ad9b653d66adab75f76f55ce678aeebd4026c0fe4
MD5 7e15af8ac5368f17981f4d8b41998377
BLAKE2b-256 a441ce774790c2969c793edd48d30c9631c8e3991e87d0fdbc6b99211c9a1504

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page