Metadata-Version: 2.5
Name: hellbox
Version: 1.0.0
Summary: Command-line proofing with Hellbox: render .fontproof documents and font files to PDF proofs headlessly.
Project-URL: Homepage, https://hellbox.com
Project-URL: Changelog, https://hellbox.com/changelog
Author: Jake Fleming
License: MIT
Keywords: fonts,pdf,proofing,type-design,typography
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS
Classifier: Topic :: Text Processing :: Fonts
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# hellbox

Command-line proofing with [Hellbox](https://hellbox.com), the macOS font-proofing app.

This package is a thin wrapper around the Hellbox app's headless renderer. It requires the Hellbox app to be installed (download at [hellbox.com](https://hellbox.com)).

## Usage

```
hellbox export document.fontproof out.pdf     # render a .fontproof to PDF
hellbox render-pngs document.fontproof outdir # render pages to PNGs
hellbox proof MyFont.otf out.pdf              # proof font files directly (license required)
hellbox list-templates                        # list document templates
```

Every command maps onto the app's built-in CLI, so proofs render identically to the app. Useful for CI: proof your fonts on every commit.

Thanks to Jack Jennings for graciously transferring the `hellbox` name on PyPI; his original hellbox (a Python task-graph library) lives on under a new name.
