pysiral._version

This module read the auto-generated version information toml files and makes the importable.

Attributes

__author__

_THIS_DIR

_software_version_data

_git_version_data

GIT_VERSION_LOCAL

GIT_BRANCH_LOCAL

GIT_ORIGIN_LOCAL

SOFTWARE_VERSION

GIT_VERSION

GIT_BRANCH

GIT_ORIGIN

Functions

get_git_revision_hash(→ Union[str, None])

get_git_branch(→ Union[str, None])

get_git_origin(→ Union[str, None])

Module Contents

pysiral._version.__author__ = 'Stefan Hendricks <stefan.hendricks@awi.de>'
pysiral._version._THIS_DIR
pysiral._version.get_git_revision_hash(target='HEAD') str | None
pysiral._version.get_git_branch() str | None
pysiral._version.get_git_origin() str | None
pysiral._version._software_version_data
pysiral._version._git_version_data
pysiral._version.GIT_VERSION_LOCAL = ''
pysiral._version.GIT_BRANCH_LOCAL = ''
pysiral._version.GIT_ORIGIN_LOCAL = ''
pysiral._version.SOFTWARE_VERSION
pysiral._version.GIT_VERSION
pysiral._version.GIT_BRANCH
pysiral._version.GIT_ORIGIN