Metadata-Version: 2.4
Name: lima_log_comparison
Version: 0.1.1
Summary: Log comparison utilities for the LIMA project
License-Expression: MIT
Project-URL: Homepage, https://github.com/your-org/lima-core
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0
Requires-Dist: tqdm>=4.60
Dynamic: license-file

# lima_log_comparison

Log comparison utilities for the LIMA project.

## Installation

```bash
pip install lima_log_comparison
```

## Usage

After installation, the following CLI commands are available:

- `lima-compare-files`
- `lima-compare-folders`
- `lima-compress-logs`
- `lima-gather-results`
