Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 486 Bytes

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