Skip to content

jkugler/debt_snowball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36cf79f · Jun 15, 2021

History

15 Commits
Nov 14, 2020
Feb 7, 2020
Feb 7, 2020
Feb 7, 2020
Nov 14, 2020
Nov 14, 2020
Nov 14, 2020
Feb 7, 2020
Jun 15, 2021
Nov 14, 2020

Repository files navigation

Overview

Snowball debt paydown, sometimes called Waterfall Debt Paydown involves taking the payment of a just-paid-off debt, and adding that amount to pay down another debt, then taking that full amount, once the debt is paid off, and applying it to another debt.

Installation

It is a WSGI app, so will run in any Python WSGI container.

Requirements

  • py-dateutil
  • jinja2
  • werkzeug

Testing Requirements

  • python-coverage