Module report

Module report 

Source
Expand description

Report formatting utilities for terminal output

Provides formatting helpers for various report types.

Functionsยง

double_separator
Format a double separator line
format_bar
Create a simple bar chart representation
format_header
Format a header line with padding
format_money_colored
Format a money amount with color hints for terminal display
format_percentage
Format a percentage with appropriate precision
left_align
Left-align text in a field of given width
right_align
Right-align text in a field of given width
separator
Format a separator line
truncate
Truncate a string to a maximum length with ellipsis