pic_scanner.common.meta.version

Attributes

VERSION

The version information for the project.

RELEASE_MAP

The release map for the project.

Functions

get_full_version_name(→ str)

Gets the full version name.

parse_version(→ str)

Parses the version information into a string.

Module Contents

pic_scanner.common.meta.version.VERSION

The version information for the project.

pic_scanner.common.meta.version.RELEASE_MAP

The release map for the project.

pic_scanner.common.meta.version.get_full_version_name() str

Gets the full version name.

Returns:

The full version name.

Return type:

str

Since:

v1.3.2

pic_scanner.common.meta.version.parse_version() str

Parses the version information into a string.

Returns:

The version information.

Return type:

str

Since:

v1.3.2