Tool for working out how much housemates owe each other. Written in Python 3.
Create a new venv for Python 3:
mkvirtualenv --python=/usr/local/bin/python3 money_owed
Install requirements:
pip install -r requirement.txt
Install the money_owed
package for development:
pip install -e .
py.test tests/