vdat.list_plugins – List plugins used by VDAT

Entry point of the executable to use to list plugins

vdat.list_plugins.parse(argv=None)[source]

Create the parser and parse the command line arguments

Parameters:
argv : list

command line, if None taken from sys.argv

Returns:
Namespace

parsed command line

vdat.list_plugins.main(argv=None)[source]

Main function of the implementation of the vdat_plugins executable

Parameters:
argv : list

command line, if None taken from sys.argv

vdat.list_plugins.list_plugins(entry_point_name, args)[source]

List the plugins.

Parameters:
entry_point_name : string

name of the entry point to explore

args : Namespace

arguments to make the copy run