Metadata-Version: 2.4
Name: m3-sdk
Version: 1.6.3
Summary: Developer tools for M3 (MedicalMultitaskModeling)
Project-URL: Repository, https://github.com/FraunhoferMEVIS/MedicalMultitaskModeling
Author: Jan Raphael Schaefer, Nick Weiss
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: fsspec[s3]<2025,>=2024.3.1
Requires-Dist: msgpack<2,>=1.1.0
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: pydantic-settings<3,>=2.0.3
Requires-Dist: pydantic<3,>=2.4.2
Requires-Dist: rasterio<2,>=1.3.9
Requires-Dist: scikit-image<0.26,>=0.25.2
Requires-Dist: shapely<3,>=2.0.2
Requires-Dist: tiffslide<3,>=2.5.0
Requires-Dist: universal-pathlib<0.3,>=0.2.2
Provides-Extra: torch
Requires-Dist: label-studio-sdk; extra == 'torch'
Requires-Dist: torch; extra == 'torch'
Requires-Dist: torchvision; extra == 'torch'
Description-Content-Type: text/markdown

# MedicalMultitaskModeling SDK

This is the software development kit for the [M3 project](https://github.com/FraunhoferMEVIS/MedicalMultitaskModeling).

## Installation

```bash
pip install m3-sdk
```

If you also want the sdk to install PyTorch and optional dependencies, use:

```bash
pip install m3-sdk[torch]
```
