wfexs_backend#

Subpackages#

Submodules#

Package Contents#

Functions#

describeGitRepo

Describe the repository version.

get_WfExS_version

get_WfExS_version_str

Data#

API#

wfexs_backend.__author__ = 'José M. Fernández <https://orcid.org/0000-0002-4806-5140>, Laura Rodriguez-Navas <https://orcid.org/...'#
wfexs_backend.__license__ = 'Apache 2.0'#
wfexs_backend.__version__ = '1.0.0rc2'#
wfexs_backend.__url__ = 'https://github.com/inab/WfExS-backend'#
wfexs_backend.__official_name__ = 'WfExS-backend'#
wfexs_backend.describeGitRepo(repo: str) Tuple[str, str, str]#

Describe the repository version.

Args: projdir: git repository root Returns: a string description of the current git revision

Examples: “gabcdefh”, “v0.1” or “v0.1-5-gabcdefh”.

wfexs_backend.get_WfExS_version() Tuple[str, str | None, str | None]#
wfexs_backend.get_WfExS_version_str() str#