Metadata-Version: 2.3
Name: umcu-ai-utils
Version: 0.2.4
Summary: Utility functions used by multiple AI projects at the UMCU
Author: AI for Health
Author-email: AI for Health <r.peters-7@umcutrecht.nl>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
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
```
