A Python SDK which provides easy access to the Exabel Data API.
pip install exabel_data_sdk
or download from PyPI.
The SDK requires Python 3.6 or later.
- Developer guide: https://doc.exabel.com/api/data/
- Proto files: https://github.com/Exabel/api/tree/master/exabel/api/data/v1
To develop against the Data API backend using the SDK you will need an API key provided by Exabel.
Scripts for operations against the API.
Example code for using SDK in AWS Glue project.