This is an experimental Python snippet that can be used (such as from .visidatarc) to discover
VisiData plugins based on entry points. The approach is inspired by the
Pluggy framework, and specifically the entry point group naming
that flake8 uses for plugin
registration.
This means that you could pip-install a plugin package and VisiData would find and import it at startup. I've tested this by packaging up vds3 with poetry and using an entry point to map the plugin name to an importable module name.