typy¶
Build polished PDFs from Python and Markdown
typy combines a typed Python API, reusable Typst templates, and a CLI designed for both developers and AI agents.
Get started Open cookbookQuick start¶
typy scaffold report --output data.json
typy render --template report --data data.json --output report.pdf
Explore¶
Getting started
Install typy and render your first document in minutes.
Read guideCookbook
11 runnable examples from invoices to presentations and batch generation.
View recipesTemplate reference
Inspect built-in templates and field schemas for each document type.
Browse templatesCLI reference
Command-by-command guidance and options for automation-friendly usage.
Open CLI docsAPI reference
Module-level API pages generated from source and type signatures.
Read APIPackage format
RFC: .typy container structure, manifest v1 schema, versioning policy, and error model.
Read RFCLLM resources
Machine-oriented entry points and generated llms.txt context files.
Open LLM page