ToolDetails#
- class caf.toolkit.ToolDetails(name, version, homepage=None, source_url=None)[source]#
Information about the current tool.
- Parameters:
homepage (pydantic.networks.HttpUrl | None) – See
homepage
.source_url (pydantic.networks.HttpUrl | None) – See
source_url
.
Attributes
URL of the homepage for the tool.
URL of the source code repository for the tool.
Name of the tool.
Version of the tool, should be in semantic versioning format https://semver.org/.
Methods
__init__
(*args, **kwargs)Attributes Documentation
- version: [0-9a-zA-Z-]+)*))?$)][source]#
Version of the tool, should be in semantic versioning format https://semver.org/.