pybitmessage.plugins.plugin module

src/plugins/plugin.py

get_plugin(*args, **kwargs)[source]

Returns first available plugin from get_plugins() if any.

get_plugins(group, point='', name=None, fallback=None)[source]

Iterate through plugins (connect_plugin attribute of entry point) which name starts with point or equals to name. If fallback kwarg specified, plugin with that name yield last.