Version#

ignis.utils.Utils.get_ignis_version() str#

Get the current Ignis version.

Return type:

str

Returns:

The Ignis version.

ignis.utils.Utils.get_ignis_commit() str#

Get the current Ignis commit hash.

Return type:

str

Returns:

The Ignis commit hash.

ignis.utils.Utils.get_ignis_branch() str#

Get the name of the current Ignis git branch.

Return type:

str

Returns:

The name of the Ignis git branch.

ignis.utils.Utils.get_ignis_commit_msg() str#

Get the message of the latest Ignis commit.

Return type:

str

Returns:

The message of the latest Ignis commit.