flowtool.info

Self-Info command for flowtool. May be helpful in debugging version conflicts sometimes.

flowtool.info.show_info()

Gather and show runtime/environment info.

flowtool.info.get_extensions()[source]

Get a list of installed flowtool extensions. Recognized by their name starting with flowtool.

>>> len(get_extensions()) > 0
True
flowtool.info.get_commands()[source]

Get a list of installed flowtool commands. Recognized through their entry point: flowtool_commands

>>> len(get_commands()) > 1
True