Skip to main content

codebuddie is a Python-based command-line interface (CLI) utility that uses OpenAI chatGPT API to help you in updating comments, docstring, module docstings in your code

Project description

codebuddie: CLI

Visit Documentation

Author Last Commit Release Date Stars GitHub Platform Language Size

To install codebuddie -

run the following command in your terminal -

pip install codebuddie

Now following are the ways you can use codebuddie -

NOTE: set OPENAI_API_KEY as an environment variable before using codebuddie

It can update code with proper comments, docstring, and module docstrings in the following scenarios:

1. If pointed to a local directory. [TODO]

codebuddie -d path/to/source/directory

or

codebuddie --dir path/to/source/directory

or

codebuddie -d path/to/source/directory -o path/to/destination/directory

1. If pointed to a github repository. [TODO]

codebuddie -s link/to/github_repository

or

codebuddie --src link/to/github_repository

or

codebuddie -s link/to/github_repository -o link/to/destination/directory

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

codebuddie-0.0.3.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

codebuddie-0.0.3-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

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