ToolDetails#

class log_helpers.ToolDetails(name, version, homepage=None, source_url=None)#

Bases: object

Information about the current tool.

Parameters:
  • name (str)

  • version (str)

  • homepage (Url | None)

  • source_url (Url | None)

name#

Name of the tool.

Type:

str

version#

Version of the tool, should be in semantic versioning format https://semver.org/.

Type:

str

homepage#

URL of the homepage for the tool.

Type:

str, optional

source_url#

URL of the source code repository for the tool.

Type:

str, optional

Attributes Summary

Attributes Documentation

homepage: Url | None = None#
source_url: Url | None = None#