Metadata-Version: 2.1
Name: exabel-data-sdk
Version: 0.0.19
Summary: Python SDK for the Exabel Data API
Home-page: https://github.com/Exabel/python-sdk
Author: Exabel
Author-email: support@exabel.com
License: MIT
Description: # Exabel Python SDK
        
        A Python SDK which provides easy access to the Exabel Data API.
        
        # Installation
        
        ```
        pip install exabel_data_sdk
        ```
        
        or download from [PyPI](https://pypi.org/project/exabel-data-sdk/). 
        
        The SDK requires Python 3.6 or later.
        
        # Exabel Data API documentation
        
        * Developer guide: https://exabel-doc-api-data.web.app/
        * Proto files: https://github.com/Exabel/api/tree/master/exabel/api/data/v1
        
        # Development
        
        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](https://github.com/Exabel/python-sdk/tree/main/exabel_data_sdk/scripts).
        
        [Examples of usage](https://github.com/Exabel/python-sdk/tree/main/exabel_data_sdk/examples).
        
        Example code for using [SDK in AWS Glue project](https://github.com/Exabel/aws-glue-sample).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
