labscript_utils.versions

Functions

check_version(module_name, at_least, less_than)

Checks if a module version is within specified bounds.

get_import_path(import_name)

Get which entry in sys.path a module would be imported from, without importing it.

get_version(import_name[, project_name, ...])

Try very hard to get the version of a package without importing it.

Classes

NoVersionInfo()

NotFound()

Exceptions

BrokenInstall

VersionException