Python binding to typst, a new markup-based typesetting system that is powerful and easy to learn.
pip install typst
import typst
compiler = typst.Compiler(".")
compiler.compile("hello.typ")
# Or use the shortcut `compile` function
typst.compile("hello.typ")
This work is released under the Apache-2.0 license. A copy of the license is provided in the LICENSE file.