Package mbed_project

Exposes the primary interfaces for the library.

Expand source code
#
# Copyright (C) 2020 Arm Mbed. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
"""Exposes the primary interfaces for the library."""

from mbed_project._version import __version__
from mbed_project.mbed_project import initialise_project, clone_project, checkout_project_revision, get_known_libs
from mbed_project.mbed_program import MbedProgram

Sub-modules

mbed_project.exceptions

Public exceptions exposed by the package.

mbed_project.mbed_program

Mbed Program abstraction layer.

mbed_project.mbed_project

Defines the public API of the package.

mbed_project.mbed_tools