CPE: Common Platform Enumeration for Python


Keywords
cpe, identification, naming, matching, standard, specification, mitre, nist
License
LGPL-3.0
Install
pip install cpe==1.2.1

Documentation

CPE Logo

Common Platform Enumeration for Python

CPE (this code) is a LGPL licensed Python package, implementing the CPE standards.

About the CPE standard

Common Platform Enumeration (CPE) is a standardized method of describing and identifying classes of applications, operating systems, and hardware devices present among an enterprise's computing assets.

For more information, please visit the official website of CPE, developed by MITRE and maintained by NIST.

Features

  • CPE rich comparison.
  • CPE cross-version conversion.
  • CPE Language parsing and evaluation.
  • LGPL Licensed.
  • Semantic versioning.
  • Tests.

Installation Version Build Status (master)

To install CPE execute:

$ pip install cpe

The latest stable version is always in PyPI.

Documentation

Documentation is available at ReadTheDocs.

Compatibility

  • Python: 2.7, 3.4
  • CPE: 1.1, 2.2, 2.3
  • CPE Formats: WFN, URI, FS.

Contribute Coverage Status Build Status (develop) Stories in Ready

Follow the steps on the how to contribute document.