unidown.tools

Different tools.

Functions

print_plugin_list(plugins)

Print all registered plugins and checks if they can be loaded or not.

unlink_dir_rec(path)

Delete a folder recursive.

print_plugin_list(plugins)[source]

Print all registered plugins and checks if they can be loaded or not.

Parameters

plugins (dict[str, EntryPoint]) – Plugins name to entrypoint.

Return type

None

Delete a folder recursive.

Parameters

path (Path) – Folder to delete.

Return type

None