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
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 usingcodebuddie
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file codebuddie-0.0.3.tar.gz
.
File metadata
- Download URL: codebuddie-0.0.3.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 938e57507b6f1cc67a272800bf81f82d156e23ab2473a7683d63342098ec00e0 |
|
MD5 | 6b3dd83a1c3ceb616a50b75094b6afac |
|
BLAKE2b-256 | 322979b859c65f9ae44df8edd3ac68a4fb1e1720d868865f936478d169ad5a26 |
File details
Details for the file codebuddie-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: codebuddie-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 058f3ae5dac98aaa723add3f63a67536c559150f801762d13e9bd2cdc2d52775 |
|
MD5 | 5f74b6ad6104a70b2ed0cd739306e5fd |
|
BLAKE2b-256 | 131bcf5e8a33235e6dfbcb78aa8c10066854a7a40aa09650239fdcdffce97d05 |