Skip to main content

Crate typg_python

Crate typg_python 

Source
Expand description

Python bindings for typg.

These bindings expose the same query model as the Rust CLI: live scans, in-memory filtering of cached metadata, and optional indexed search when the hpindex feature is enabled.

Search functions return Python dictionaries shaped like: { "path": str, "ttc_index": int | None, "metadata": { ... } }.

Built by FontLab (https://www.fontlab.com/).