Metadata-Version: 2.4
Name: logiq-cli
Version: 1.1.1
Summary: ForensIQ CLI Tool for automated log analysis and AI-powered threat detection.
Home-page: https://github.com/Vaibhav2154/LogIQ
Author: Vaibhav M N
Author-email: vaibhavvaibhu2005@gmail.com
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: aiofiles>=23.0.0
Requires-Dist: cryptography>=41.0.0
Requires-Dist: schedule>=1.2.0
Requires-Dist: requests>=2.31.0
Requires-Dist: motor>=3.3.0
Requires-Dist: pymongo>=4.5.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: joblib>=1.3.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: redis>=5.0.0
Requires-Dist: pywin32>=306; platform_system == "Windows"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ForensIQ CLI Tool

The ForensIQ CLI Tool is an automated log analysis client with AI-powered threat detection and dynamic monitoring capabilities.

## Features

- AI agent integration for enhanced analysis
- Real-time log monitoring with MongoDB storage
- Secure authentication and encrypted credential storage
- Dynamic log extraction and analysis

## Installation

```bash
pip install logiq-cli
```

## Usage

```bash
logiq auth login --username <username>
logiq profile setup --log-path <path> --interval <seconds>
logiq monitor --start
```

## License

MIT License
