Metadata-Version: 2.1
Name: cve-py
Version: 1.2.2
Summary: Tracks CVEs, stores them in a local database, and sends email reports
Author: Pavel Sushko
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: defusedxml (>=0.7.1)
Requires-Dist: requests (>=2.28.2)
Requires-Dist: google-api-core (>=2.11.0)
Requires-Dist: google-api-python-client (>=2.82.0)
Requires-Dist: google-auth (>=2.16.3)
Requires-Dist: google-auth-httplib2 (>=0.1.0)
Requires-Dist: google-auth-oauthlib (>=1.0.0)
Requires-Dist: googleapis-common-protos (>=1.59.0)

# cve-py

![pypi version](https://github.com/Pavel-Sushko/cve-py/actions/workflows/python-publish.yml/badge.svg) ![python application](https://github.com/Pavel-Sushko/cve-py/actions/workflows/python-app.yml/badge.svg) ![dependency review](https://github.com/Pavel-Sushko/cve-py/actions/workflows/dependency-review.yml/badge.svg)

cve-py is a Python library that allows users to track Common Vulnerabilities and Exposures (CVEs) from the National Vulnerability Database (NVD). The project fetches data from the NVD and stores it in a database for easy access and analysis.

## Installation

1. Install package from PyPI:

    ```bash
    pip install cve-py
    ```

## Contributing

If you'd like to contribute to the project, please follow these steps:

1. Fork the repository.
2. Create a new branch for your changes: `git checkout -b my-new-feature`.
3. Make your changes and commit them: `git commit -am 'Add some feature'`.
4. Push to the branch: `git push origin my-new-feature`.
5. Submit a pull request.

## License

CVE Tracker is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use it for personal or commercial use.
