nilp0inter / cpe

CPE: Common Platform Enumeration for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CPE: Common Platform Enumeration for Python

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.7%Language:Shell 0.3%