exa.common.helpers.software_version_helper.get_all_software_versions

exa.common.helpers.software_version_helper.get_all_software_versions#

get_all_software_versions()#

Get all available software version information.

Currently, this function collects all Python package versions and Python interpreter version.

Returns: All software components in a dictionary that maps each package name to its version

information. A package’s version information contains the base version, and the string “(local editable)” in the case the package is a local editable installation.

Return type:

dict[str, str]