Metadata-Version: 2.1
Name: cpematcher-ng
Version: 1.1.0
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.12
Classifier: Programming Language :: Python :: 3.13
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

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!

# Development

We use [devenv](https://devenv.sh) and [direnv]() for development.
You can setup virtualenvs for all supported Python versions:

```shell
$ just install-versions
```

And run all checks and tests after that:

```shell
$ just check test-all
```

