An open API service indexing awesome lists of open source software.

https://github.com/pablodieaco/document-me

document-me is an automated Python script documentation tool. It monitors a specified folder for any changes to .py files, extracts undocumented functions using Abstract Syntax Tree (AST), and generates Google-style docstrings using a locally hosted LLaMA3 model powered by Ollama.
https://github.com/pablodieaco/document-me

abstract-syntax-tree langchain ollama prefect watchdog

Last synced: 6 months ago
JSON representation

document-me is an automated Python script documentation tool. It monitors a specified folder for any changes to .py files, extracts undocumented functions using Abstract Syntax Tree (AST), and generates Google-style docstrings using a locally hosted LLaMA3 model powered by Ollama.

Awesome Lists containing this project