module documentation

Utility functions for tag related operations

Function GetExclusionPrefixes Extract the exclusion tag prefixes from the cluster tags
Function IsGoodTag Decide if a string is a tag
def GetExclusionPrefixes(ctags):

Extract the exclusion tag prefixes from the cluster tags

def IsGoodTag(prefixes, tag):

Decide if a string is a tag

Parameters
prefixesset of prefixes that would indicate the tag being suitable
tagthe tag in question