Metadata-Version: 2.4
Name: dewi_module_framework
Version: 2.0.3
Summary: DEWI Module Framework: modules with own config and messages
Author-email: Laszlo Attila Toth <python-dewi@laszloattilatoth.me>
Maintainer-email: Laszlo Attila Toth <python-dewi@laszloattilatoth.me>
License-Expression: LGPL-3.0-only
Project-URL: Homepage, https://github.com/LA-Toth/dewi_module_framework
Keywords: tool,framework,development,synchronization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: COPYING
Requires-Dist: dewi_core<7,>=2.0.0
Dynamic: license-file

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_.

.. _DEWI: https://github.com/LA-Toth/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_

.. _dewi_core: https://github.com/LA-Toth/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


.. _dewi_logparsers: https://github.com/LA-Toth/dewi_logparsers
