Metadata-Version: 2.4
Name: docurisq
Version: 0.1.5
Summary: Advanced Document Risk & Health Analyzer for PDF, Office, Text, HTML, and more
Author-email: Louati Mahdi <louatimahdi390@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/mahdi123-tech
Project-URL: Repository, https://github.com/mahdi123-tech
Project-URL: Issues, https://github.com/mahdi123-tech
Keywords: security,document,analysis,malware,threat,detection,pdf,office,scanner,risqs
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyPDF2>=3.0.0
Requires-Dist: pikepdf>=7.0.0
Requires-Dist: python-magic>=0.4.27
Requires-Dist: tabulate>=0.9.0
Requires-Dist: python-docx>=0.8.11
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: python-pptx>=0.6.21
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: lxml>=4.9.0

# 🚀 DocuRisq — Ultimate Document Risk & Health Analyzer 🔍🛡️

> **Analyze ANY document for threats, viruses, structural flaws, and trustworthiness — instantly.**

📄 Supports: PDF, DOCX, XLSX, PPTX, TXT, CSV, HTML, XML, JSON, LOG  
🔐 Scans for: Macros, JavaScript, Embedded Files, Suspicious URLs, Obfuscation  
📊 Outputs: Colorful Summary Table | Trust Score | Risk Level | Raw Data

✨ Built with ❤️ for developers, analysts, and security teams.

---

## 🎯 Features

| Feature | Description |
|--------|-------------|
| 🛡️ **Threat Detection** | Find malware, scripts, macros, exploits |
| 📊 **Health Metrics** | Trust Score, Integrity, Cleanliness |
| 🧾 **Summary Table** | Beautiful output using `tabulate` |
| 🔄 **Multi-Format** | One API for all document types |
| 🧰 **Extensible** | Easy to add new detectors |

---

## 📦 Installation

```bash
pip install docurisq
