pyptmpl
Reference documentation for pyptmpl.
Install
Or with uv:
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