Metadata-Version: 2.1
Name: dagster-toolbox
Version: 0.0.1
Summary: A set of tools to ease Dagster usage
Home-page: https://github.com/nicolasramy/dagster-toolbox
Author: Nicolas RAMY
Author-email: nicolas.ramy@darkelda.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE

# Dagster Toolbox
A set of tools to ease Dagster usage

## Requirements

- Python 3.10+
- Dagster 1.1.5 / 0.17.5

## Installation

```shell
pip install dagster-toolbox
```
