Metadata-Version: 2.4
Name: dewi_logparsers
Version: 2.1.1
Summary: DEWI Logparser Module Framework: process / analyze syslog files
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_logparsers
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
Requires-Dist: dewi_module_framework<3,>=2.0.3
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 logparser framework related to DEWI_.

.. _DEWI: https://github.com/LA-Toth/dewi

If a program needs to analyze syslog messages stored in files, eg. ``/var/log/messages-*``,
the logparser modules can be used.

Installation
------------

It can be installed from source::

        python3 setup.py

Or from pip::

        pip install dewi_logparsers


Usage:
------

Please refer the tests as of now.
