blissoda.version_utils#

Functions

assert_has_minimal_version(distribution, ...)

Raise RuntimeError if the installed version of a distribution is below min_version.

has_minimal_version(distribution, ...)

Check if the installed version of a distribution meets or exceeds min_version.