finalynx.budget._render

This module contains the logic for displaying a table of expenses. It is only used internally by the Budget class.

Module Contents

Functions

_render_expenses_table

Generate a rich console table from a list of expenses.

API

finalynx.budget._render._render_expenses_table(expenses: List[finalynx.budget.expense.Expense], title: str = '', caption: str = '', focus: Optional[int] = None) rich.table.Table[source]

Generate a rich console table from a list of expenses.