I switched to using ofxparse because my own parser wasn't up to snuff on handling the download file that I got from my bank and I got sick of maintaining my own because SGML is an ugly mess This commit means that my automatic download won't work any more because it's expecting to pass data through my own parser, which we're not going to do any more. That's okay because my bank's OFX integration is actually down anyways |
||
---|---|---|
alembic | ||
bin | ||
static/css | ||
styles | ||
templates | ||
tests | ||
vanth | ||
.babelrc | ||
.gitignore | ||
LICENSE | ||
README.md | ||
alembic.ini | ||
conftest.py | ||
gulpfile.js | ||
index.html | ||
package.json | ||
pylint.sh | ||
pylintrc | ||
pytest.ini | ||
setup.py | ||
webpack-assets.json | ||
webpack.config.js |
README.md
Vanth
Vanth is a way to track your expenses. It's primary goals are the following:
1 - You can host it yourself so you don't have to trust any third party with your financial data 2 - It minimizes the amount of effort and human input required to maximally track your expenses 3 - It seeks to maximize information available about your expenses
Vanth is released under the Affero GPL (http://www.affero.org/oagpl.html)