enbasics.execution package#

Submodules#

enbasics.execution.badges module#

enbasics.execution.badges.arguments(args: list[str] | None = None) dict[str, Any][source]#

Construct arguments which are associated with the file.

Parameters:

args – Override the source for the main arguments.

Returns:

Construct arguments from command line options.

enbasics.execution.badges.operation(pargs: dict[str, Any]) None[source]#

Perform whatever operation is associated with the file.

Parameters:

pargs – Arguments specified from the command line.

enbasics.execution.badges.execution(args: list[str] | None = None) None[source]#

Perform whatever operation is associated with the file.

Parameters:

args – Override the source for the main arguments.

Module contents#