Metadata-Version: 2.4
Name: databricks-tellr
Version: 0.3.7
Summary: Tellr deployment tooling for Databricks Apps
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: databricks-sdk>=0.85.0
Requires-Dist: psycopg2-binary>=2.9.0
Requires-Dist: pyyaml>=6.0.0

# databricks-tellr

Python deployment tooling for Tellr on Databricks Apps.

## Usage

```python
import databricks_tellr as tellr

!pip install --upgrade databricks-sdk==0.96.0

result = tellr.setup(
    lakebase_name="ai-slide-generator-db-dev",
    schema_name="app_data_dev",
    app_name="ai-slide-generator-dev",
    app_file_workspace_path="/Workspace/Users/you@example.com/.apps/dev/ai-slide-generator",
)

print(result["url"])
```
