Metadata-Version: 2.1
Name: cpematcher-ng
Version: 1.0.1
Summary: Match and compare CPEs.
Home-page: https://github.com/onekey-sec/cpematcher-ng
License: MIT
Keywords: security,cpe,cve
Author: ONEKEY
Author-email: support@onekey.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: Development Status :: 4 - Beta
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Requires-Dist: natsort (>=8.4.0,<9.0.0)
Project-URL: Bug Tracker, https://github.com/onekey-sec/cpematcher-ng/issues
Project-URL: GitHub, https://github.com/onekey-sec/cpematcher-ng
Description-Content-Type: text/markdown

# cpematcher

[![Build Status](https://travis-ci.com/alertot/cpematcher.svg?branch=master)](https://travis-ci.com/alertot/cpematcher)  [![PyPIersion](https://badge.fury.io/py/cpematcher.svg)](https://badge.fury.io/py/cpematcher)

## Overview

Match and compare CPEs.

## Installation / Usage

To install use pip:

    $ pip install cpematcher-ng



# Origin

The project was forked from [cpematcher](https://github.com/alertot/cpematcher). Kudos to the original author!

