Match and compare CPEs.
To install use pip:
$ pip install cpematcher-ng
The project was forked from cpematcher. Kudos to the original author!
We use devenv and direnv for development. You can setup virtualenvs for all supported Python versions:
$ just install-versions
And run all checks and tests after that:
$ just check test-all