Skip to content

DHM Module Base

Latest
Compare
Choose a tag to compare
@NicolaiLolansen NicolaiLolansen released this 19 May 09:21
· 2 commits to master since this release
b171fcc

This is a basis module, meant as a "mother" module for internal tasks in SDFE. Functionality with general purposes, including configuration files and settings can be implemented here. Specialised functionality is sought to be implemented in "plugins". Plugins can be developed in separate repositories with this module as dependency, how to do that will be explained in a later section. An example of a plugin that has this module as a dependency is described here: https://github.com/Kortforsyningen/dhm-module-example

The CLI module is based on Click https://click.palletsprojects.com/en/7.x/