Module mbed_tools_ci_scripts.utils
Utility scripts to abstract and assist with scripts run in the CI.
Expand source code
#
# Copyright (C) 2020 Arm Mbed. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Utility scripts to abstract and assist with scripts run in the CI."""
Sub-modules
mbed_tools_ci_scripts.utils.aws_helpers
-
Helpers for interacting with AWS services such as S3 …
mbed_tools_ci_scripts.utils.configuration
-
Utilities in charge of fetching configuration values for the ci scripts.
mbed_tools_ci_scripts.utils.definitions
-
Place to store generic project concepts for the ci scripts.
mbed_tools_ci_scripts.utils.filesystem_helpers
-
Helpers with regards to actions on the filesystem.
mbed_tools_ci_scripts.utils.git_helpers
-
Utility script to abstract git operations for our CI scripts.
mbed_tools_ci_scripts.utils.hash_helpers
-
Helpers for calculating hashes or UUID.
mbed_tools_ci_scripts.utils.logging
-
Helpers for logging errors according to severity of the exception.
mbed_tools_ci_scripts.utils.package_helpers
-
Utilities for retrieving Python's package information.
mbed_tools_ci_scripts.utils.python_helpers
-
Utilities around python language.
mbed_tools_ci_scripts.utils.string_helpers
-
Utilities regarding string handling.
mbed_tools_ci_scripts.utils.third_party_licences
-
Third party licences.