Python Redash API Client
$ pip install git+https://github.com/MasamichiIdeue/redquery.git
from redquery import Client
c = Client('https://redash.example.host', api_key, data_sourece_id)
c.query('query').rows
Python Redash API Client
$ pip install git+https://github.com/MasamichiIdeue/redquery.git
from redquery import Client
c = Client('https://redash.example.host', api_key, data_sourece_id)
c.query('query').rows