Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page