Metadata-Version: 2.4
Name: vt-eyre
Version: 0.5.0
Summary: Lightweight VirusTotal CLI scanner using a secure server
Author: Aarya Shrestha
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: License.txt
Requires-Dist: requests
Dynamic: license-file

# vt-eyre

**A simple, lightweight CLI tool to scan URLs and files using VirusTotal API.**

![vt-eyre](https://img.shields.io/badge/version-0.4.0-blue)
![Python](https://img.shields.io/badge/python-3.9+-blue)
![License](https://img.shields.io/badge/license-MIT-green)

---

## 🚀 Features

- Scan **URLs** for malicious content.
- Scan **files** for viruses and malware.
- Lightweight and beginner-friendly.
- Minimal setup — install via `pip` and start scanning.
- Provides **clean, readable scan summaries** instead of raw JSON.

---

## 📦 Installation

Install via PyPI:

```bash
pip install vt-eyre
