Metadata-Version: 2.4
Name: logmancer
Version: 4.2.1
Summary: Audit log validation, cryptographic integrity checks, and secure pipeline integration
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: datapipe-util>=1.7.2
Requires-Dist: python-dateutil>=2.8.0
Requires-Dist: cryptography>=41.0.0

# logmancer

Audit log validation, integrity verification, and pipeline integration.

## Install

    pip install logmancer

## Quick Start

    import logmancer
    result = logmancer.process_log_file('/var/log/app.log')
