Metadata-Version: 2.4
Name: naalscan
Version: 0.1.1
Summary: A professional local vulnerability scanner for Python dependencies using a pre-mapped safety database.
Author-email: Dur E Nayab <durenayabkhan459@gmail.com>
Project-URL: Homepage, https://github.com/Dur-E-Nayab-Khan/naalscan
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: packaging
Requires-Dist: requests

# NaalScan 

A professional local vulnerability scanner for Python dependencies. 

## Features
* **Local Database**: Scans against a pre-mapped `db.json` for high speed.
* **Security Audit**: Identifies vulnerable package versions in your requirements.
* **Advisory Details**: Provides specific security advice for found vulnerabilities.

## Installation
```bash
pip install naalscan
