docstring-generator
There are 14 repositories under docstring-generator topic.
pixelneo/vim-python-docstring
A Vim plugin for generating python docstrings.
macurovc/insert-docstring
This plugin allows the automatic insertion of Google style function docstrings in Python.
V2dha/alphadoc
Automatic docstring generator that supports and generates a number of specified and widely used docstring style conventions for documentation in Python.
oliversen/chatgpt-docstrings
VSCode extension to automatically generate Python docstrings using ChatGPT
stefmolin/docstringify
Flag missing docstrings and, optionally, generate them from signatures and type annotations.
Artemonim/AgentDocstrings
A command-line tool to auto-generate and update file-level docstrings summarizing classes and functions. Useful for maintaining a high-level overview of your files, especially in projects with code generated or modified by AI assistants.
arunk140/vs-code-autocomment
Automatically generate DocString Comments in VS Code for Functions and Classes using the Open AI API.
AalbatrossGuy/DocNerd
An AI docstring generator because I find writing docstrings a big bore
Anonym0usWork1221/python-code-docstring-scraper
A multi-threaded GitHub scraper to collect Python code with docstrings from public repositories, creating a well-documented dataset for the JaraConverse LLM model.
mannasoumya/py-docstring-generator
Auto Generate Python Docstrings
croketillo/docstring-tool
Include/remove docstrings at any python file found in the specified folder.
jessy-code/createDocstringHelper
Add the docstring lines in a python project.
LonLoF/SPIKEPyDocstringsToMarkdown
A browser-based tool that extracts and formats Python docstrings into Markdown from .py and .llsp3 (LEGO SPIKE) files.
electricalgorithm/autodocer
An automatic docstrings generator using local LLM models.