msi2slstr.config.libloader

Functions

load_libraries(*paths)

Go through the python package installation sites and try to load corresponding libraries.

msi2slstr.config.libloader.load_libraries(*paths: list[PathLike])[source]

Go through the python package installation sites and try to load corresponding libraries.

Parameters:

paths (PathLike | str) – A relative path to a c shared library object.

Returns:

A list of failed paths.

Return type:

list