Python implementation of WebWalletAPIClient
pip install kredswallet
OR
git clone git@github.com:mustymouse/kredswallet
python setup.py
from kredswallet.kredswallet import *
kreds=KredsAPI(KREDS_API,KREDS_SECRET) # Use environment variable or replace with your key and secret
print(kreds.status())