Metadata-Version: 2.4
Name: smartlog-tui
Version: 0.2.0
Summary: Fast, terminal-based log stream viewer with automated AI root-cause diagnostics.
Author: insanazor822
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.47.0
Requires-Dist: rich>=13.7.0
Requires-Dist: aiofiles>=23.2.1

# SmartLog TUI 🚀

[![PyPI version](https://badge.fury.io/py/smartlog-tui.svg)](https://badge.fury.io/py/smartlog-tui)

Real-time terminal-based log stream analysis and AI diagnostics tool.

## 📦 Installation

pip install smartlog-tui

## ✨ Features
- **Real-time Monitoring:** Live stream processing of application logs.
- **Filtering:** Instant search by log level (ERROR, WARN, INFO) or custom terms.
- **AI Diagnostics:** Press `a` on any selected log to get automated root-cause analysis and actionable recommendations.
- **Statistics Panel:** Interactive UI with live error counts and line rates.

## 🚀 Quick Start

# Run via pip installed binary
smartlog --demo

# Or stream real logs directly
smartlog /path/to/logfile.log
