Metadata-Version: 1.2
Name: lograptor
Version: 1.3.0
Summary: Command-line utility for processing log files.
Home-page: https://github.com/brunato/lograptor
Author: Davide Brunato
Author-email: brunato@sissa.it
Maintainer: Davide Brunato
License: LGPLv2.1+
Description: 
        Lograptor is a command-line interface for system's logs processing.
        
        Pattern matching searches can be performed together with filtering
        rules and scope delimitation options. Each run can produce data and
        a report that can be easily sent by e-mail or saved into a file system
        directory.
        The program can parse logs written in RFC 3164 and RFC 5424 formats.
        Lograptor is provided with a base configuration for a set of well known
        applications. You can easily extend this set adding new applications
        with specific pattern search rules.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Requires: python (>=3.6)
