Metadata-Version: 2.4
Name: idmycve
Version: 0.1.0
Summary: A command-line tool for searching and reporting CVEs from the NVD, with EPSS scores and exploit availability.
Author-email: ghoste12125 <anonymosmauros@gmail.com>
Project-URL: Homepage, https://github.com/ghostescript/idmycve
Project-URL: Bug Tracker, https://github.com/ghostescript/idmycve/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: openpyxl
Requires-Dist: requests-cache
Requires-Dist: Jinja2
Dynamic: license-file

# idmycve

A command-line tool for searching and reporting CVEs from the NVD, with EPSS scores and exploit availability.

## Installation

```bash
pip install idmycve
```

## Usage

To run the tool after installation:

```bash
idmycve --help
```

This will display the available command-line arguments. You can also run it in interactive mode:

```bash
idmycve
```
