Metadata-Version: 2.4
Name: soslyze
Version: 1.2.1
Summary: Summarize SysMgmt/Subscription Management/Insights
Home-page: https://github.com/JanSenkyrik/soslyze
Author: Jan Senkyrik
License: GPLv3
Keywords: sosreport sos
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

# soslyze

Summarize data from an extracted sosreport archive, focusing on Red Hat Satellite, Subscription Management, and Red Hat Insights (Lightspeed).

### Installation:

```bash
pip install soslyze
```

Or install from source:
```bash
git clone https://github.com/JanSenkyrik/soslyze.git
cd soslyze
pip install -e .
```

### Usage:

```
usage: soslyze [-h] [--output-file OUTPUT_FILE] [path]

Summarize data from an extracted sosreport archive, focusing on Red Hat Satellite, Subscription Management, and Red Hat Insights (Lightspeed).

positional arguments:
  path                  Path to sosreport. Default: `./`.

options:
  -h, --help            show this help message and exit
  --output-file OUTPUT_FILE, -o OUTPUT_FILE
                        Save output to file (markdown format, no ANSI colors)
```

### Examples:

```bash
# Display analysis with colored output to terminal
soslyze sosreport-hostname-2026-03-10-abc123/

# Save clean markdown output to file
soslyze sosreport-hostname-2026-03-10-abc123/ -o report.md
```

----------------------------------------------------------

[sos](https://github.com/sosreport/sos) is an extensible, portable, support data collection tool primarily
aimed at Linux distributions and other UNIX-like operating systems.
