Springheel is a static site generator specifically designed for webcomics. It helps comic artists manage pages, generate HTML templates, and deploy static sites. The current version is 7.0.2, with maintenance releases. Release cadence is irregular.
pip install springheelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a PageBuilder with a SpringheelConfig and call build() to generate the static site.
Migrate config to use SpringheelConfig object or springheel.yaml with new schema.
Set a separate output directory or back up before building.
Replace theme='...' with template_dir='.../templates' in config.
No dependency data recorded yet.