Metadata-Version: 2.1
Name: undrdg
Version: 0.1.0
Summary: Generate datasets compatible with UNDR
Author-email: Alexandre Marcireau <alexandre.marcireau@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: undr

# undrdg

UNDR Dataset Generator

## Contribute

```
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
```

```
isort .; black .; pyright .
```
