Python SDK for the Exabel Data API
Project description
Exabel Python SDK
A Python SDK which provides easy access to Exabel APIs.
Installation
pip install exabel-data-sdk
or download from PyPI.
The SDK requires Python 3.8 or later.
Installation with SQL data source support
For installation with support for exporting data from a various SQL based data sources, add the data source as a pip extra in brackets after the package name:
# Install the Exabel Python SDK with Snowflake support:
pip install exabel-data-sdk[snowflake]
# Or install multiple data sources at the same time:
pip install exabel-data-sdk[snowflake,bigquery,athena]
Supported data sources are:
- Snowflake:
snowflake
- Google BigQuery:
bigquery
- AWS Athena:
athena
Getting started
To use the SDK against the Data API, Analytics API or Management API, you need an API key provided by Exabel.
The Exabel Export API can be used by authenticating with username and password.
The first time you run the script a web browser window is opened where you are asked to provide username and password. The script stores an access token in ~/.exabel
, so you will not be asked again
until the token expires.
Exabel API documentation
Data API
The Exabel Data API can be used to upload custom data to the Exabel platform. Custom data may include entities, relationships and time series.
Export API
The Exabel Export API can be used to export dashboards and signals from the Exabel Platform.
Analytics API
The Exabel Analytics API can be used to manage derived signals and prediction models on the Exabel Platform.
Management API
The Exabel Management API can be used to manage the library on the Exabel Platform.
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
Built Distribution
Hashes for exabel_data_sdk-5.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b57874a65c6842c227612971ddfa58ed56b860a8cb2a9909609b03dfd4a9f54 |
|
MD5 | c23054f5d2e5994f111c7819f27d083e |
|
BLAKE2b-256 | 114fe5977ae42b74b21b2d584bb89376a5f995de0603d20968371347955baa3b |