get_plugin_table
get_plugin_table()-> ‘pd.DataFrame’
Return a DataFrame of registered third-party plugins.
Reads all CSV files in the plugin registry and sorts alphabetically. Columns are host, namespace, package_name and package_url. The host is the object the namespace attaches to, taken from the file’s name; one package often registers the same namespace on several of them.