Metadata-Version: 2.3
Name: umcu-ai-utils
Version: 0.3.0
Summary: Utility functions used by multiple AI projects at the UMCU
Author: UMC Utrecht Team AI
Author-email: UMC Utrecht Team AI <datascience@umcutrecht.nl>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: dash>=4.4.1 ; extra == 'dash'
Requires-Dist: dash-bootstrap-components>=2.0.4 ; extra == 'dash'
Requires-Dist: sqlalchemy>=2.0.42 ; extra == 'sqlalchemy'
Requires-Python: >=3.11
Provides-Extra: dash
Provides-Extra: sqlalchemy
Description-Content-Type: text/markdown

# umcu-ai-utils

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Author: AI for Health
Email: r.peters-7@umcutrecht.nl

This repository contains utilities and configuration files for the AI for Health team at UMC Utrecht. This includes but is not limited to:
- Custom visualisation settings for matplotlib
- Configuration for logging (TODO)
- Utility functions for connecting to databases (TODO)

## Installation

To install the umcu_ai_utils package use:

```{bash}
uv sync
```
