Metadata-Version: 2.1
Name: cve_checker
Version: 0.1.0
Summary: A library for checking CVE vulnerabilities in software dependencies
Home-page: https://github.com/bassemAbidi/cve_checker
Author: Bassem Abidi
Author-email: abidi.bassem@me.com
Classifier: Development Status :: 3 - Alpha
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: pyyaml
Requires-Dist: toml

# CVE Checker Library

CVE Checker is a Python library for checking Common Vulnerabilities and Exposures (CVEs) in software dependencies. It provides tools to scan dependency files, check specific packages for vulnerabilities, assess risk, and generate comprehensive reports.

## Installation

You can install the CVE Checker Library using pip:

```
pip install cve-checker
```

For the latest version, you can install directly from the GitHub repository:

```
pip install git+https://github.com/bassemAbidi/cve_checker.git
```

## Usage

[Rest of your README content...]

## PyPI Package

The CVE Checker Library is available on PyPI: [https://pypi.org/project/cve-checker/](https://pypi.org/project/cve-checker/)

[Rest of your README content...]
