Metadata-Version: 2.3
Name: snowflake-opendic
Version: 0.1.17
Summary: Add your description here
Author: akongstad, carlbrr
Author-email: akongstad <kongstad@outlook.com>, carlbrr <carl99@live.dk>
Requires-Dist: pandas>=2.2.3
Requires-Dist: pydantic>=2.11.3
Requires-Dist: snowflake-connector-python[pandas]>=3.13.2
Requires-Dist: toml>=0.10.2
Requires-Python: >=3.9
Project-URL: Homepage, https://github.com/msc-open-metadata/snowflake-opendic
Description-Content-Type: text/markdown

# snowflake-opendic
Pushbased approach to synchronizing opendic objects to snowflake. Meant to support local development.


## Development environment
### Prerequisites
- install uv

### Getting started
Set

Init:
```bash
# uv as build backend is still in preview.
export export UV_PREVIEW=1

uv sync
```
