dewi-module-framework

DEWI Module Framework: modules with own config and messages


Keywords
tool, framework, development, synchronization
License
LGPL-3.0
Install
pip install dewi-module-framework==2.0.2

Documentation

DEWI module framework

Name

DEWI: Old Welsh form of David

The name is chosen because of the similarity to DWA, which was the project's original name, which stands for Developer's Work Area.

Purpose

This code is the module framework related to DEWI.

Any program may have multiple similar tasks, which can be organized into modules. A module tracks messages to be shown and also its config tree provided by dewi_core

Installation

It can be installed from source:

python3 setup.py

Or from pip:

pip install dewi_module_framework

Usage:

Please refer the test_module.py test and the dewi_logparsers package