{"id":29013860,"url":"https://github.com/armmbed/mbed-tools","last_synced_at":"2025-10-19T19:43:37.170Z","repository":{"id":42526702,"uuid":"215514428","full_name":"ARMmbed/mbed-tools","owner":"ARMmbed","description":"⚠️ Beta Status: New command line tooling for Mbed OS","archived":false,"fork":false,"pushed_at":"2022-11-16T05:01:10.000Z","size":1110,"stargazers_count":47,"open_issues_count":53,"forks_count":28,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-06-22T02:04:59.323Z","etag":null,"topics":["cli","mbed","mbed-os","os","tools","toolset"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARMmbed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-16T09:54:48.000Z","updated_at":"2025-02-16T16:38:03.000Z","dependencies_parsed_at":"2023-01-21T11:45:49.175Z","dependency_job_id":null,"html_url":"https://github.com/ARMmbed/mbed-tools","commit_stats":null,"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"purl":"pkg:github/ARMmbed/mbed-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fmbed-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fmbed-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fmbed-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fmbed-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARMmbed","download_url":"https://codeload.github.com/ARMmbed/mbed-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fmbed-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261945405,"owners_count":23234243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","mbed","mbed-os","os","tools","toolset"],"created_at":"2025-06-25T20:12:14.528Z","updated_at":"2025-10-19T19:43:32.134Z","avatar_url":"https://github.com/ARMmbed.png","language":"Python","readme":"# Mbed Tools\n\n![Package](https://badgen.net/badge/Package/mbed-tools/grey)\n[![Documentation](https://badgen.net/badge/Documentation/GitHub%20Pages/blue?icon=github)](https://armmbed.github.io/mbed-tools/api/)\n[![PyPI](https://badgen.net/pypi/v/mbed-tools)](https://pypi.org/project/mbed-tools/)\n[![PyPI - Status](https://img.shields.io/pypi/status/mbed-tools)](https://pypi.org/project/mbed-tools/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mbed-tools)](https://pypi.org/project/mbed-tools/)\n\n[![License](https://badgen.net/pypi/license/mbed-tools)](https://github.com/ARMmbed/mbed-tools/blob/master/LICENSE)\n\n[![Build Status](https://dev.azure.com/mbed-tools/mbed-tools/_apis/build/status/Build%20and%20Release?branchName=master\u0026stageName=CI%20Checkpoint)](https://dev.azure.com/mbed-tools/mbed-tools/_build/latest?definitionId=10\u0026branchName=master)\n[![Test Coverage](https://codecov.io/gh/ARMmbed/mbed-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/ARMmbed/mbed-tools)\n[![Maintainability](https://api.codeclimate.com/v1/badges/b9fca0e16f7a85da7674/maintainability)](https://codeclimate.com/github/ARMmbed/mbed-tools/maintainability)\n\n## Overview\n\nThis is the **future** command line tool for Mbed OS. It provides the ability to detect Mbed Enabled devices connected\nby USB, checkout Mbed projects and perform builds amongst other operations.\n\n\u003e :warning: While this package is generally available it is not complete. The available functionality can be viewed with\n\u003e the `--help` option once installed. Please note that the current tools for Mbed OS 5.x and above can be found at\n\u003e https://github.com/ARMmbed/mbed-cli.\n\n## Releases\n\nFor release notes and a history of changes of all **production** releases, please see the following:\n\n- [Changelog](https://github.com/ARMmbed/mbed-tools/blob/master/CHANGELOG.md)\n\nFor a the list of all available versions please, please see the:\n\n- [PyPI Release History](https://pypi.org/project/mbed-tools/#history)\n\n## Versioning\n\nThe version scheme used follows [PEP440](https://www.python.org/dev/peps/pep-0440/) and\n[Semantic Versioning](https://semver.org/). For production quality releases the version will look as follows:\n\n- `\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\nPre releases are used to give early access to new functionality, for testing and to get feedback on experimental\nfeatures. As such these releases may not be stable and should not be used for production. Additionally any interfaces\nintroduced in a pre release may be removed or changed without notice. For pre releases the version will look as\nfollows:\n\n- `\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e.dev\u003cpre-release-number\u003e`\n\n## Installation\n\n`mbed-tools` relies on the Ninja build system and CMake.\n- CMake. [Install version 3.19.0 or newer for all operating systems](https://cmake.org/install/).\n- Ninja. [Install version 1.0 or newer for all operating systems](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages).\n\nWe recommend installing `mbed-tools` in a Python virtual environment to avoid dependency conflicts.\n\nTo install the most recent production quality release use:\n\n```\npip install mbed-tools\n```\n\nTo install a specific release:\n\n```\npip install mbed-tools==\u003cversion\u003e\n```\n\n## Usage\n\nInterface definition and usage documentation (for developers of Mbed OS tooling) is available for the most recent\nproduction release here:\n\n- [GitHub Pages](https://armmbed.github.io/mbed-tools/api/)\n\n## Project Structure\n\nThe follow described the major aspects of the project structure:\n\n- `azure-pipelines/` - CI configuration files for Azure Pipelines.\n- `src/mbed_tools/` - Python source files.\n- `news/` - Collection of news files for unreleased changes.\n- `tests/` - Unit and integration tests.\n\n## Getting Help\n\n- For interface definition and usage documentation, please see [GitHub Pages](https://armmbed.github.io/mbed-tools/api/).\n- For a list of known issues and possible work arounds, please see [Known Issues](KNOWN_ISSUES.md).\n- To raise a defect or enhancement please use [GitHub Issues](https://github.com/ARMmbed/mbed-tools/issues).\n- To ask a question please use the [Mbed Forum](https://forums.mbed.com/).\n\n## Contributing\n\n- Mbed OS is an open source project and we are committed to fostering a welcoming community, please see our\n  [Code of Conduct](https://github.com/ARMmbed/mbed-tools/blob/master/CODE_OF_CONDUCT.md) for more information.\n- For how to contribute to the project, including how to develop the project,\n  please see the [Contributions Guidelines](https://github.com/ARMmbed/mbed-tools/blob/master/CONTRIBUTING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmmbed%2Fmbed-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmmbed%2Fmbed-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmmbed%2Fmbed-tools/lists"}