- keyring is lazily required, now compatible with systems where keyring module is not available
- PEP8
- fix retrieving transactions (-t)
- -u / --user option to save and grab password from keyring
- -t / --transactions option to fetch transactions
- -f / --filename to write results to csv/json
- various changes to fix and improve scraping Mint.com
- fix Python 3 compat
- add an 'InDate' for each timestamp field that is the date as a python-native datetime object
- add unit test / travis integration for the above
- fix setup.py for pip installations
- specify SSLv3 to fix making HTTPS requests to Mint on certain Linux systems
- turn into a pypi package. now use
import mintapi
from python or themintapi
binary.
- fix login/authentication issue after Mint.com change
- initial release