Skip to content

hellboxpy/hellbox-dsig

Repository files navigation

hellbox-dsig

A hellbox job that works with digital signature tables.

  • InsertDummyDsig — adds a valid digital signature table to an OTF/TTF font file.
from hellbox.jobs.dsig import InsertDummyDsig

with Hellbox("build") as task:
    source = task.read("./source/*.otf")
    source >> InsertDummyDsig() >> task.write("./build/otf")

Installation

Using the hell CLI:

$ hell install hellbox-dsig

Development

$ pip install -e .
$ pytest

Contributing

To come...