I am trying to use the cloudant python library (http://cloudant-labs.github.io/cloudant-python/) in a Flask application but I can't see where you would use API keys to connect to your cloudant account
I tried this:
import cloudant
account = cloudant.Account('account_name')
login = account.login('public_key', 'private_key')
But it doesn't do anything