Metadata-Version: 1.2
Name: mbed-cli
Version: 1.10.4
Summary: Command line tool for interacting with Mbed OS projects
Home-page: http://github.com/ARMmbed/mbed-cli
Author: Arm mbed
Author-email: support@mbed.org
License: Apache 2.0
Description: 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 GitHub <https://github.com/ARMmbed/mbed-cli/blob/master/README.rst>`_.
        
        License
        =======
        Mbed CLI is licensed under Apache-2.0
        
Keywords: Mbed OS CLI
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Python: >=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
