/debt_snowball

Debt Snowball Paydown Calculator

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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