xhealpixify.utils.module_available

xhealpixify.utils.module_available#

xhealpixify.utils.module_available(module: str) bool#

Checks whether a module is installed without importing it. Use this for a lightweight check and lazy imports. :Parameters: module (str) – Name of the module.

Returns:

available (bool) – Whether the module is installed.