edgegraph.output.plantuml.is_plantuml_installed

edgegraph.output.plantuml.is_plantuml_installed#

edgegraph.output.plantuml.is_plantuml_installed(plantuml='plantuml')#

Checks if PlantUML is installed and usable on this system.

This function checks if the PlantUML program is available for use on the current system. If so, it returns True. If not, False.

See also

It may be useful to check this function before trying to use render_to_image(). If this function returns True, that one should be safe to use!

Parameters:

plantuml (str) – PlantUML syscall invocation to use.

Returns:

Whether or not PlantUML is usable.

Return type:

bool