Metadata-Version: 2.4
Name: dagster-modal
Version: 0.0.4
Summary: Dagster integration with Modal
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dagster-pipes>=1.7.0
Requires-Dist: dagster>=1.7.0
Requires-Dist: modal>=0.64.163

# dagster-modal

Leverage the scalable compute platform of Modal from your Dagster pipelines.

## Setup

```sh
uv venv create
source .venv/bin/activate
```

```sh
make install
```

## Test

```sh
make test
```

## Build

```sh
make build
```
