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.1.tar.gz (15.7 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.1-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: llm_docsmith-0.2.1.tar.gz
  • Upload date:
  • Size: 15.7 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.1.tar.gz
Algorithm Hash digest
SHA256 3ce5e6e0e8484a5e76dc1f8cbb7676a4a05f34d1512fef8ba6f8baa361b103fa
MD5 fa724af12b285bce60066575c9e04394
BLAKE2b-256 0ed6a16196afb0c1e8b5dc06aeaec72253e9124e9cd784ac42e9f6a9ba481872

See more details on using hashes here.

Provenance

The following attestation bundles were made for llm_docsmith-0.2.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: llm_docsmith-0.2.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a6bc0dd873989b94fe202b2187846a8212a3c982f274776380ec7ef54ba896ac
MD5 b5ad9df5ca7873fd9718abd13ac7075d
BLAKE2b-256 68879d2c7010e0b17aee9716f31f9748f3e68d2c5ebdd146888bb6a0f75c2062

See more details on using hashes here.

Provenance

The following attestation bundles were made for llm_docsmith-0.2.1-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