Skip to content

pyptmpl

Reference documentation for pyptmpl.

Install

pip install pyptmpl

Or with uv:

uv add pyptmpl

CLI quick start

# Show CLI help (if your project exposes a CLI)
python -m pyptmpl --help

Python API

See Python API for import examples and advanced usage.

Development docs

# Install docs and development dependencies
uv sync --extra docs --extra dev

# Build docs
just docs-build

# Serve docs locally
just docs-serve