module documentation

Calculate a pronounceable name from a git version

Function name2ver convert a versionname back to a git version
Function validVername checks a name, if its a valid version name, which can be converted to a 7-digit git revision
Function ver2name convert a 7-digit hex-number (git commit) to a pronounceable name
Variable consonants Undocumented
Variable hex Undocumented
Variable vowels Undocumented
Variable vowels2 Undocumented
def name2ver(name): (source)

convert a versionname back to a git version

Parameters
name:strmust be a 9-digit string as produced by ver2name
def validVername(name): (source)

checks a name, if its a valid version name, which can be converted to a 7-digit git revision

Parameters
name:strthe name
def ver2name(ver): (source)

convert a 7-digit hex-number (git commit) to a pronounceable name

Parameters
ver:strversion, must have 7 digits
consonants = (source)

Undocumented

hex: str = (source)

Undocumented

Undocumented

Undocumented