python_active_versions.python_active_versions.get_active_python_versions

python_active_versions.python_active_versions.get_active_python_versions(docker_images: bool = False, log_level: str = 'INFO', no_main: bool = True) List[dict][source]

Get active python versions.

Parameters:
  • docker_images – flag to return also available docker images

  • log_level – string indicating log level on stdout

  • no_main – Filter out “main” branch that has no explicit version numbering.

Returns:

dict containing all information of active python versions.