hellbox-dsig 0.1.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

hellboxdsig 0.1.0

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...

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.