kazuph / redquery

Redash API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redquery

Python Redash API Client

Installation

$ pip install git+https://github.com/MasamichiIdeue/redquery.git

Usage

from redquery import Client

c = Client('https://redash.example.host', api_key, data_sourece_id)
c.query('query').rows

About

Redash API Client


Languages

Language:Python 100.0%