Metabase python wrapper is built upon Metabase restful API to help its users in extending features and adding more capability.
Project description
A python wrapper for metabse api
Index
Installation
Basic Usage
Installation
pip install MetabaseClient
Basic Usage
import py package
import MetabaseClient as MC
init client
client = MC.Client(url,username,password)
Stored Queries or Cards
client.card().get()
Stored dashboard
client.dashboard().get()
Get Utils
client.utils()
Full Documentation : https://github.com/vangiex/metabaseclient/wiki
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MetabaseClient-0.2.0.tar.gz
(17.1 kB
view details)
File details
Details for the file MetabaseClient-0.2.0.tar.gz
.
File metadata
- Download URL: MetabaseClient-0.2.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a05210f8062aba02ed4ba7be230311fe2b8ad6c0022f33e99f5688a70b305faf |
|
MD5 | 8c10dea343200cfbd7377d5af7a73f87 |
|
BLAKE2b-256 | fb8a8bbdc76a4de90ba82aee5f4b0b18da9748c42514bc7a963afc405fa133b3 |