Copier template for mkdocstrings handlers, managed by uv.
This template is based on copier-uv.
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.