aac.plugins.version

__init__.py module for the Version plugin.

Functions

register_plugin()

Returns information about the plugin.

run_version()

Print the AaC package version.

aac.plugins.version.register_plugin() None[source]

Returns information about the plugin.

Returns:

A collection of information about the plugin and what it contributes.

Return type:

None

aac.plugins.version.run_version() ExecutionResult[source]

Print the AaC package version.

Return type:

ExecutionResult

Modules

version_impl

The AaC Version plugin implementation module.