Bollhav
a Python framework that standardizes pipeline code

The idea is a clean separation: a Model is a pure data object that declares what your data looks like and where it goes, and it ✨deliberately✨ contains no execution logic. The actual work lives in a separate execute function that takes the model as a parameter.

Orchestrate the models with a classical tool like Airflow, or use the built-in choreography in bollhav state.

pip install bollhav