Skip to content

mgielda/njord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Njord

Parse bank data and group the spendings using Pandas.

Njord uses two types of categorization based on loose criteria - a human-friendly name (e.g. garage) as well as more general category to aggregate similar types of payments (e.g. bills).

All data (bank configuration, categorization data) is read from files:

  • history - put bank transcript exports in csv files here
  • bank_configs/{bank}.yml - bank config files, see example to tweak to your bank
  • assignments.csv - put categorization assignments here as string-filter,friendly-name,category

Filters are relaxed, with (future) warnings on things that fall under more than one category.

Install

pipenv install

Run

./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published