Skip to content

mkdocstrings/handler-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b81f35f · Mar 24, 2025
Mar 11, 2025
Mar 24, 2025
Mar 11, 2025
Jul 4, 2024
Mar 24, 2025
Feb 28, 2024
Oct 8, 2024
Mar 6, 2022
May 24, 2024
Mar 13, 2024
Mar 11, 2025
Mar 11, 2025
Feb 18, 2025
Oct 8, 2024

Repository files navigation

mkdocstrings handler template

ci documentation gitter

Copier template for mkdocstrings handlers, managed by uv.

This template is based on copier-uv.

Quick setup and usage

Install pipx and copier:

pip install --user pipx
pipx install copier
pipx inject copier copier-templates-extensions

Generate a handler:

copier copy --trust gh:mkdocstrings/handler-template /path/to/your/handler

See the documentation of the upstream template for more details.