pybitmessage.plugins.plugin module¶
Operating with plugins
-
get_plugins(group, point='', name=None, fallback=None)[source]¶ Parameters: Iterate through plugins (
connect_pluginattribute of entry point) which name starts withpointor equals toname. Iffallbackkwarg specified, plugin with that name yield last.
-
get_plugin(*args, **kwargs)[source]¶ Returns: first available plugin from get_plugins()if any.