meerkat.tools package#
Submodules#
meerkat.tools.lazy_loader module#
Lazy loader class.
- class LazyLoader(local_name, parent_module_globals=None, name=None, warning=None, error=None)[source]#
Bases:
moduleLazily import a module, mainly to avoid pulling in large dependencies.
contrib, and ffmpeg are examples of modules that are large and not always needed, and this allows them to only be loaded when they are used.
meerkat.tools.utils module#
- class MeerkatLoader(stream)[source]#
Bases:
FullLoaderPyYaml does not load unimported modules for safety reasons. We want to allow importing only meerkat modules