Skip to content

loose_version

LooseVersion

Bases: object

Version numbering for anarchists and software realists.

A version number consists of a series of numbers, separated by either periods or strings of letters. When comparing version numbers, the numeric components will be compared numerically, and the alphabetic components lexically.

version property

Readonly access to the parsed version (list or None)

vstring property

Readonly access to the unparsed version(-string)