string_to_tuple

Version.string_to_tuple(vs)[source]

Convert a version string to a tuple.

Parameters

version (str) – The version as a point-seperated string (e.g. 0.0.1).

Returns

version_tuple – The version string as a tuple.

Return type

tuple