CPEComponent2_3_FS class

class cpe.comp.cpecomp2_3_fs.CPEComponent2_3_FS(comp_str, comp_att)[source]

Represents a component of version 2.3 of CPE specification with URI style.

SEPARATOR_COMP = ':'

Separator of components of CPE name with URI style

SEPARATOR_LANG = '-'

Separator of language parts: language and region

VALUE_ANY = '*'

Logical value associated with a any value logical value

VALUE_NA = '-'

Logical value associated with a not applicable logical value

WILDCARD_MULTI = '*'

Constant associated with wildcard to indicate a sequence of characters

WILDCARD_ONE = '?'

Constant associated with wildcard to indicate a character