e3_build_tools.git.tag

Module for functions relating to git and e3 tags.

Submodules

Attributes

Classes

Tag

Class for e3 tags.

Functions

pretty_log(→ None)

Log formated string using the standard logger.

Package Contents

e3_build_tools.git.tag.pretty_log(key: str, val: str) None[source]

Log formated string using the standard logger.

e3_build_tools.git.tag.logger[source]
class e3_build_tools.git.tag.Tag(name: str)[source]

Class for e3 tags.

name[source]
__str__() str[source]
classmethod from_components(base_ver: str, require_ver: str, module_ver: str, commit_sha: str) Tag[source]

Create and return an e3 tag from its components.