Metadata-Version: 2.4
Name: dbt-baby-sugar
Version: 0.0.1
Summary: A plugin for dbt that changes the default look and feel: a live progress bar and per-node status tree
Project-URL: Homepage, https://github.com/datnguye/dbt-baby-sugar
Project-URL: Repository, https://github.com/datnguye/dbt-baby-sugar
Author-email: Dat Nguyen <datnguyen.it09@gmail.com>
License: MIT
License-File: LICENSE
Keywords: cli,dbt,progress,rich,tui
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: dbt-core>=1.8
Requires-Dist: rich>=13
Requires-Dist: textual>=0.60
Description-Content-Type: text/markdown

# dbt-baby-sugar

A plugin for dbt that sweetens its log: a live overview panel — progress bar,
pass/warn/error tally, what's running, what's up next, and an animated mascot
that reacts to how the run is going — sitting above a scrollable dbt log.

![dbt-baby-sugar overview panel during a run](docs/overview.png)

While dbt runs, `dbt-baby-sugar` takes over the screen with two panes: a fixed
**overview** at the top and a mouse-scrollable **dbt log** below. The overview
shows a stable `done/total` progress bar, the running tally, the nodes currently
executing, and the ones queued up next — so you can tell at a glance how far
along you are without squinting at a wall of log lines.

