Skip to main content

Generate Markdown documentation for your Click application

Project description

click-docs

Generate Markdown documentation from your Click application — automatically, from source, with no manual editing required.

PyPI version Python versions License CI

About

Click applications document themselves — click-docs reads that information and turns it into clean Markdown. Point it at a Python file, get a complete reference page: usage lines, options tables, nested subcommands, the works.

It introspects Click objects directly and never executes your application, so there are no side effects and the output is always in sync with your source.

Features

  • Zero-execution introspection — reads Click objects, never runs your app
  • Nested command support — recursively documents subcommands with configurable depth
  • Two option stylesplain (preformatted text) or table (Markdown table)
  • Configurable via pyproject.toml — set defaults once in [tool.click-docs]
  • Subcommand TOC — optional bulleted table of contents at the top
  • Filtering — exclude specific commands, skip hidden commands, strip ASCII art blocks

Installation

$ pip install click-docs

Or with uv:

$ uv add click-docs

Requirements: Python 3.10+, Click 8.1+

Quick start

Given a file deployer.py containing a Click application:

$ click-docs deployer.py --program-name deployer --output docs/cli-reference.md

That's it. docs/cli-reference.md now contains the full Markdown reference for every command and option.

Common options

Option Description
--program-name TEXT Display name in headings and usage lines
--output FILE Write to file instead of stdout
--style plain|table Options rendering style
--depth N Max subcommand depth (0 = root only)
--exclude PATH Exclude a command by dotted path (repeatable)
--list-subcommands Prepend a TOC of subcommands
--remove-ascii-art Strip \b-prefixed ASCII art blocks

Run click-docs --help for the full list.

Configure defaults in pyproject.toml

Set project-wide defaults so you don't repeat flags on every run:

[tool.click-docs]
program-name = "my-tool"
style = "table"
list-subcommands = true
remove-ascii-art = true
output = "docs/cli-reference.md"

Documentation

Full documentation, tutorials, and API reference: callowayproject.github.io/click_docs

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

Development setup

$ git clone https://github.com/callowayproject/click-docs.git
$ cd click-docs
$ uv sync
$ uv run pytest

License

click-docs is licensed under the Apache 2.0 license. See the LICENSE file for details.

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

click_docs-0.3.0.tar.gz (126.3 kB view details)

Uploaded Source

Built Distribution

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

click_docs-0.3.0-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file click_docs-0.3.0.tar.gz.

File metadata

  • Download URL: click_docs-0.3.0.tar.gz
  • Upload date:
  • Size: 126.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for click_docs-0.3.0.tar.gz
Algorithm Hash digest
SHA256 7402f402733709fe68f8858c74fd9fa57e1a63f429d5f212771ea8b541090bb2
MD5 32a9536a60c1bdc33854abdf2e5db679
BLAKE2b-256 6c449e9e0234bc7a6f4b0528698c32378b6677d91303c69e9fdfc92848107f5f

See more details on using hashes here.

File details

Details for the file click_docs-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: click_docs-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for click_docs-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 da8e5fde4cdb21b7303ee1094174730d004d27894f8b1eceb19cdbc9edee3135
MD5 459a6d8aa0d83ab218a2938ec6f6f5bf
BLAKE2b-256 ab068828ac54f7ef9941779697e2fa5976b737e33f4d10173532c13eb60c1890

See more details on using hashes here.

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