Skip to content

hellboxpy/job-template

Repository files navigation

hellbox-{{name}}

A hellbox plugin that does something.

Usage

from hellbox import Hellbox
from hellbox.jobs.{{name}} import DoSomething

with Hellbox("build") as task:
    task.read("source/*") >> DoSomething() >> task.write("output")

Installation

pip install hellbox-{{name}}

Development

uv pip install -e .
pytest tests

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages