mt_metadata.features.registry ============================= .. py:module:: mt_metadata.features.registry .. autoapi-nested-parse:: Feature registry module to avoid circular imports. This module defines the SUPPORTED_FEATURE_DICT that maps feature names to their classes. It's separate from __init__.py to prevent circular import issues. Attributes ---------- .. autoapisummary:: mt_metadata.features.registry.SUPPORTED_FEATURE_DICT Functions --------- .. autoapisummary:: mt_metadata.features.registry.get_supported_feature_dict Module Contents --------------- .. py:function:: get_supported_feature_dict() Get the supported feature dictionary with lazy imports to avoid circular dependencies. :returns: Dictionary mapping feature names to feature classes :rtype: dict .. py:data:: SUPPORTED_FEATURE_DICT