Metadata-Version: 2.1
Name: incentivedkutils
Version: 0.0.21
Summary: Incentive utilities
Home-page: UNKNOWN
Author: Torben Franch
Author-email: torben@franch.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: tabulate

# incentive_lib
Dette er en pakke med utilities bygget for Incentive DK

## Installation

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

## Usage

```
import incentive_lib as utils

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




