Skip to content

eduardonery1/autodocstring

Repository files navigation

Autodocstring

I made this tool to improve code quality without much headache.

Have GEMINI_API_KEY defined in your PATH. You can do this by following these steps.

pip install autodocstring

Run this to generate docstrings to all your public methods at the desired python module.

autodocstring path/to/file

You may also want to target specific methods by using the --methodsparameter. The tool generates a backup file by default.

About

Generate python docstrings using Gemini API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages