Registry#
fetchez.registry#
This module contains the Module Registry for the Fetchez library.
- copyright:
2010-2026 Regents of the University of Colorado
- license:
MIT, see LICENSE for more details.
- class fetchez.registry.FetchezRegistry[source]#
Bases:
objectFetchez Module Registry with expanded metadata for discovery.
- classmethod get_info(mod_key)[source]#
Retrieve the full metadata dictionary for a module, resolving metadta inheritance.
- classmethod load_module(mod_key)[source]#
Import and return the (module or user-plugin) class using importlib.
- classmethod load_user_plugins()[source]#
Scan ~/.fetchez/plugins/ and .fetchez/plugins for external modules and register them.
- classmethod search_modules(query)[source]#
Search modules by matching the query string against: Name, Description, Agency, Tags, License, Category, and Aliases.