Plugins¶
Modules¶
- dataprofiler.plugins.load_plugins()¶
Digs through plugins folder for possible plugins to be imported and consequently added to the plugins_dict if properly decorated
- Returns
None
- dataprofiler.plugins.get_plugins(typ)¶
Fetches a dictionary of plugins of a certain type
- Parameters
typ – Broader classification/type of a plugin
- Returns
dict