Metadata-Version: 2.4
Name: cotality-awb-databricks
Version: 0.0.8
Summary: Cotality Python SDK
Project-URL: Homepage, https://github.com/$${{GLOBAL:REPO_NAME}}
Project-URL: Repository, https://github.com/$${{GLOBAL:REPO_NAME}}
Author-email: Steven Pham <stpham@cotality.com>
License: Proprietary
Keywords: sdk
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <3.13,>=3.11
Requires-Dist: bokeh>=3.8.2
Requires-Dist: dataclasses-json>=0.6.7
Requires-Dist: db-dtypes>=1.5.0
Requires-Dist: holoviews>=1.22.1
Requires-Dist: hvplot>=0.12.2
Requires-Dist: ipywidgets>=8.1.8
Requires-Dist: jupyter-bokeh>=4.0.5
Requires-Dist: pandas-gbq>=0.33.0
Requires-Dist: pandas>=2.3.3
Requires-Dist: panel>=1.8.5
Requires-Dist: plotly>=6.5.2
Requires-Dist: requests>=2.32.5
Requires-Dist: smart-open>=7.5.0
Description-Content-Type: text/markdown

# Python Client for Cotality Databricks SDK
This package provides a Python client for the Cotality Databricks SDK, allowing users to interact with Databricks services in a streamlined manner.

## Prerequisites
Python >= 3.12

## Installation
```zsh
pip install cotality-sdk-databricks
```

## Example usage

Install package:
```
!pip install cotality-sdk-databricks >/dev/null
```

Setup Clip Application
```
from cotality.platform.databricks.clip_app import ClipApp
app = ClipApp()
```
Display Clip application UI
```
app.display()
```
Run backgroun Clip job
```
app.run_job()
```
