Commit Graph

5 Commits

Author SHA1 Message Date
Eli Ribble 393ef748cc Get OFX file upload working through celery
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
2016-08-11 10:54:29 -06:00
Eli Ribble 568b5f6759 Fix setup.py to not expect the API module
But instead we expect the `pages` model which took its place
2016-06-30 15:20:24 -06:00
Eli Ribble 5f5dcd0cc2 Update to latest chryso
This gives us class-based resources which can help remove a great deal
of boilerplate from the code around injecting records
2016-06-30 15:20:00 -06:00
Eli Ribble 03e431a2ce Get basic debug Flask application working
Now I can serve up an API endpoint that indicates the version. yay
2016-05-02 09:30:27 -06:00
Eli Ribble 8b563c3a8f Add initial setup file with dependencies and simple readme
This is just to start sketching out the repository and how we go about
installing it
2016-05-02 08:46:12 -06:00