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
Description: # 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
        ```
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
