mbed-cli


Namembed-cli JSON
Version 1.10.5 PyPI version JSON
download
home_pagehttp://github.com/ARMmbed/mbed-cli
SummaryCommand line tool for interacting with Mbed OS projects
upload_time2020-11-09 15:29:46
maintainer
docs_urlNone
authorArm mbed
requires_python>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
licenseApache 2.0
keywords mbed os cli
VCS
bugtrack_url
requirements pyserial mbed-os-tools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Arm Mbed CLI
============

Mbed CLI is the name of the `Arm Mbed <https://mbed.com>`_ command line tool, packaged as mbed-cli, which enables the full mbed workflow: repositories version control, maintaining dependencies, publishing code, updating from remotely hosted repositories (GitHub, GitLab and mbed.com), and invoking Arm Mbed's own build system and export functions, among other operations.


Installation
============
Mbed CLI is a Python script, so you'll need Python installed in order to use it. mbed CLI was tested with Python 2.7 and Python 3.6.

Mbed CLI supports both Git and Mercurial repositories, so you'll also need to install Mercurial and Git.

Get Started
===========
The best way to get started is to `read the documentation on os.mbed.com <https://os.mbed.com/docs/mbed-os/latest/build-tools/mbed-cli.html>`_.

License
=======
Mbed CLI is licensed under Apache-2.0
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/ARMmbed/mbed-cli",
    "name": "mbed-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
    "maintainer_email": "",
    "keywords": "Mbed OS CLI",
    "author": "Arm mbed",
    "author_email": "support@mbed.org",
    "download_url": "https://files.pythonhosted.org/packages/22/77/17ca34e0db93e4ec49d9c85ffb05cce9b3e3c33636a83d33298d05a7335e/mbed-cli-1.10.5.tar.gz",
    "platform": "",
    "description": "Arm Mbed CLI\n============\n\nMbed CLI is the name of the `Arm Mbed <https://mbed.com>`_ command line tool, packaged as mbed-cli, which enables the full mbed workflow: repositories version control, maintaining dependencies, publishing code, updating from remotely hosted repositories (GitHub, GitLab and mbed.com), and invoking Arm Mbed's own build system and export functions, among other operations.\n\n\nInstallation\n============\nMbed CLI is a Python script, so you'll need Python installed in order to use it. mbed CLI was tested with Python 2.7 and Python 3.6.\n\nMbed CLI supports both Git and Mercurial repositories, so you'll also need to install Mercurial and Git.\n\nGet Started\n===========\nThe best way to get started is to `read the documentation on os.mbed.com <https://os.mbed.com/docs/mbed-os/latest/build-tools/mbed-cli.html>`_.\n\nLicense\n=======\nMbed CLI is licensed under Apache-2.0",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Command line tool for interacting with Mbed OS projects",
    "version": "1.10.5",
    "project_urls": {
        "Homepage": "http://github.com/ARMmbed/mbed-cli"
    },
    "split_keywords": [
        "mbed",
        "os",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "227717ca34e0db93e4ec49d9c85ffb05cce9b3e3c33636a83d33298d05a7335e",
                "md5": "fee3ed003785392b95cca83cf085a7bd",
                "sha256": "5fe84d54cf1fb32d15153a85af5a4f29646299a7017a74dc638cbe3c1269be52"
            },
            "downloads": -1,
            "filename": "mbed-cli-1.10.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fee3ed003785392b95cca83cf085a7bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
            "size": 43305,
            "upload_time": "2020-11-09T15:29:46",
            "upload_time_iso_8601": "2020-11-09T15:29:46.951187Z",
            "url": "https://files.pythonhosted.org/packages/22/77/17ca34e0db93e4ec49d9c85ffb05cce9b3e3c33636a83d33298d05a7335e/mbed-cli-1.10.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-11-09 15:29:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ARMmbed",
    "github_project": "mbed-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyserial",
            "specs": [
                [
                    "<",
                    "4.0"
                ],
                [
                    ">=",
                    "3.0"
                ]
            ]
        },
        {
            "name": "mbed-os-tools",
            "specs": [
                [
                    ">=",
                    "0.0.9"
                ]
            ]
        }
    ],
    "lcname": "mbed-cli"
}
        
Elapsed time: 0.28194s