Redash Python Client
A client for the Redash API for stmo (https://sql.telemetry.mozilla.org)
Install
pip install redash_client
Usage
Before using RedashClient, set the REDASH_API_KEY environment variable to your Redash API key:
export REDASH_API_KEY=<your_api_key>
To import and use RedashClient:
import os
from redash_client.client import RedashClient
api_key = os.environ["REDASH_API_KEY"]
redash_client = RedashClient(api_key)
# Make a Redash API call:
redash_client.search_queries("AS Template:")
Package for Pip
First, you must update the version field in setup.py.
Then run this commands:
python setup.py sdist bdist_wheel
twine upload dist/*
Make sure you have wheel and twine installed.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redash_client-0.2.8.tar.gz
(5.3 kB
view details)
File details
Details for the file redash_client-0.2.8.tar.gz.
File metadata
- Download URL: redash_client-0.2.8.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53dc0d7233420391a8009677f1378eeb22d5a5c7881b584cd05bf115453cd744
|
|
| MD5 |
882d94edbddc413f2c6260b26e3b6ebb
|
|
| BLAKE2b-256 |
665e065d7d0a66c104b99c1145cb5529a5d330323ccb36918d9e9b800e107a7b
|