dkb-analyze

Crates.iodkb-analyze
lib.rsdkb-analyze
version0.1.0
sourcesrc
created_at2024-10-19 20:17:55.786205
updated_at2024-10-19 20:17:55.786205
descriptionLibrary to analyze bank account exports from German DKB.
homepagehttps://github.com/TypoAtLineZero/dkb-analyze
repositoryhttps://github.com/TypoAtLineZero/dkb-analyze
max_upload_size
id1415686
size64,068
(TypoAtLineZero)

documentation

README

DKB Analyze

Library to analyze bank account exports from German DKB.

Implementation

  1. Parse flags
    1. Input Files(s)
    2. Analysis [default: monthly, weekly, yearly]
    3. Visualization [default: true, false]
  2. Perform analysis
    1. Reading file(s)
    2. Grooming (Headers, empty lines)
    3. Cluster bookings (User input needed? Maybe as dialogue? Template file?)
    4. Visualization [default: Sankey, Pie chart?]

Usage

Input:

  • Single, raw export
  • Mutiple, raw exports

Output:

  • Weekly, monthly, yearly stacked bar chart with accumulated account bookings
Commit count: 9

cargo fmt