Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 499 Bytes

cpematcher

Match and compare CPEs.

Installation / Usage

To install use pip:

$ pip install cpematcher-ng

Origin

The project was forked from cpematcher. Kudos to the original author!

Development

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