Metadata-Version: 2.3
Name: dunky
Version: 0.1.0
Summary: A Jupyter Kernel for DuckDB with Unity Catalog
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: dbt-duckdb[unity]
Requires-Dist: ipykernel>=6.29.5
Requires-Dist: jupyter-client>=8.6.2
Requires-Dist: jupyter>=1.1.1
Requires-Dist: pandas==2.2.2
Requires-Dist: tabulate==0.9.0
Description-Content-Type: text/markdown

# Dunky

A Jupyter Kernel for DuckDB with Unity Catalog.

## Description

Dunky is a Jupyter kernel that allows you to run DuckDB queries with Unity Catalog integration directly from your Jupyter notebooks.

## Installation

To install Dunky, you can use the following commands:

```sh
pip install dunky
```

## Configure Unity Catalog
You can set the following environment variables to configure Unity Catalog:

UC_ENDPOINT: The endpoint of the Unity Catalog server.
UC_TOKEN: The token to authenticate with the Unity Catalog server. 
UC_AWS_REGION: The AWS region to use for the Unity Catalog server.

settings default to localhost:8080/api/2.1/unity-catalog, not-used, and eu-west-1 respectively.

## Usage
After installing, you can start using the Dunky kernel in your Jupyter notebooks. Select the "DuckDB" kernel from the kernel selection menu.

