Metadata-Version: 2.1
Name: incentivedkutils
Version: 0.1.2
Summary: Incentive utilities
Author: Torben Franch
Author-email: torben@franch.eu
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# incentive utils
Dette er en pakke med utilities bygget for Incentive DK

## Installation

Run the following to install 
```
python -m pip install incentivedkutils
```

## Usage

```
import incentivedkutils as utils

# e.g. utils.prt(list) prints the list with line separator between items
```


