Skip to main content

Generate Python docstrings automatically with LLM and syntax trees.

Project description

llm-docsmith

Generate Python docstrings automatically with LLM and syntax trees.

Installation

Install this plugin in the same environment as LLM.

llm install llm-docsmith

Usage

Pass a Python file as argument to llm docsmith:

llm docsmith ./scripts/main.py

The file will be edited to include the generated docstrings.

Options:

  • -m/--model: Use a model other than the configured LLM default model
  • -o/--output: Only show the modified code, without modifying the file
  • -v/--verbose: Verbose output of prompt and response
  • --git: Only update docstrings for functions and classes that have been changed since the last commit
  • --git-base: Git reference to compare against (default: HEAD)

Git Integration

The --git flag enables Git integration, which will only update docstrings for functions and classes that have been changed since the last commit. This is useful for large codebases where you only want to update docstrings for modified code.

# Update docstrings only for changed functions and classes
llm docsmith ./scripts/main.py --git

It's also possible to compare against a different git reference to find changed, for instance the main branch:

# Compare against a specific Git reference
llm docsmith ./scripts/main.py --git --git-base main

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

llm_docsmith-0.2.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_docsmith-0.2-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file llm_docsmith-0.2.tar.gz.

File metadata

  • Download URL: llm_docsmith-0.2.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for llm_docsmith-0.2.tar.gz
Algorithm Hash digest
SHA256 cf0e7b8f99ed5cd16027359bd72456ee5504eac7ca786509a8fa12ac01eca917
MD5 fe94b8eefdd76e17886fbf71af1d6900
BLAKE2b-256 7b62c18abfc841e0b0c177089907369b166772a0301259b931fb2fb6c2ac09aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for llm_docsmith-0.2.tar.gz:

Publisher: publish.yml on mathpn/llm-docsmith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file llm_docsmith-0.2-py3-none-any.whl.

File metadata

  • Download URL: llm_docsmith-0.2-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for llm_docsmith-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 929b06a83f0120d26d697617c51dde6c2b772747fd7fd314bf0a255968f516ef
MD5 599be7f5dcfd0a4642ef415d71df9a29
BLAKE2b-256 83ed477f0c9bfc862756b6b23dc05bb7e9cf748dd3e0728b49dde120becffb79

See more details on using hashes here.

Provenance

The following attestation bundles were made for llm_docsmith-0.2-py3-none-any.whl:

Publisher: publish.yml on mathpn/llm-docsmith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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