Python API wrapper for yodlee-api
This is really far from being production ready. but you can use it as an example of how to use (some of) yodlee's API
git clone https://github.com/alexBaizeau/yodlee-python.git
cd yodlee-python
virtualenv env
. ./env/bin/activate
pip install -r requirements.txt
cp config.ini.sample config.ini
vim config.ini
python test_api.py