Skip to main content

set of utilities to integrate with Board CPM and BI toolkit

Project description

BoardUtils

BoardUtils is a set of utilities to integrate custom Python scripts / application with Board toolkit (https://www.board.com)

Installation

pip install boardutils

Usage

from boardutils import api

# create a new api client instance
bclient = api.Client("http://your-endpoint.board.com","client_id","client_secret")

# return a dictionary with layout query results
layout_data = bclient.query("datamodel", "query-name","query-parameters") 

# return list of cubes for specified datamodel
entities = bclient.cubes("datamodel")

# return list of entities for specified datamodel
cubes = bclient.entities("datamodel")

# return list of members of a specific entity
entity = bclient.entity("datamodel","entity")

Contributing

License

The usage of Board API Query engine is subject to licensing from Board (https://www.board.com) Please contact your account manager for more information

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

boardutils-0.6.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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