A hellbox plugin that does something.
from hellbox import Hellbox
from hellbox.jobs.{{name}} import DoSomething
with Hellbox("build") as task:
task.read("source/*") >> DoSomething() >> task.write("output")pip install hellbox-{{name}}uv pip install -e .
pytest tests