Metadata-Version: 1.1
Name: ecmcli
Version: 9.1.1
Summary: Command Line Interface for Cradlepoint ECM
Home-page: https://github.com/mayfield/ecmcli/
Author: Justin Mayfield
Author-email: tooker@gmail.com
License: MIT
Description: ecmcli
        ======
        
        **CLI for Cradlepoint ECM**
        
        |Maturity| |License| |Change Log| |Build Status| |Version| |Chat|
        
        About
        -----
        
        Installation provides a command line utility (ecm) which can be used to
        interact with Cradlepoint's ECM service. Commands are subtasks of the
        ECM utility. The full list of subtasks are visible by running 'ecm
        --help'.
        
        Walkthrough Video
        -----------------
        
        |Walkthrough Video|
        
        Installation
        ------------
        
        ::
        
            python3 ./setup.py build
            python3 ./setup.py install
        
        Compatibility
        -------------
        
        -  Python 3.5+
        
        Example Usage
        -------------
        
        **Viewing Device Logs**
        
        .. code:: shell
        
            $ ecm logs
        
        **Monitoring WAN Rates**
        
        .. code:: shell
        
            $ ecm wanrate
             Home 2100(24400): [device is offline],          Home Router(138927): 68.1 KiB,                Home 1400(669): 0 Bytes
             Home 2100(24400): [device is offline],          Home Router(138927): 43.6 KiB,                Home 1400(669): 0 Bytes
             Home 2100(24400): [device is offline],          Home Router(138927): 40.6 KiB,                Home 1400(669): 0 Bytes
             Home 2100(24400): [device is offline],          Home Router(138927): 49.7 KiB,                Home 1400(669): 0 Bytes
        
        **Rebooting a specific router**
        
        .. code:: shell
        
            $ ecm reboot --routers 669
            Rebooting:
                Home 1400 (669)
        
        .. |Maturity| image:: https://img.shields.io/pypi/status/ecmcli.svg
           :target: https://pypi.python.org/pypi/ecmcli
        .. |License| image:: https://img.shields.io/pypi/l/ecmcli.svg
           :target: https://pypi.python.org/pypi/ecmcli
        .. |Change Log| image:: https://img.shields.io/badge/change-log-blue.svg
           :target: https://github.com/mayfield/ecmcli/blob/master/CHANGELOG.md
        .. |Build Status| image:: https://semaphoreci.com/api/v1/mayfield/ecmcli/branches/master/shields_badge.svg
           :target: https://semaphoreci.com/mayfield/ecmcli
        .. |Version| image:: https://img.shields.io/pypi/v/ecmcli.svg
           :target: https://pypi.python.org/pypi/ecmcli
        .. |Chat| image:: https://img.shields.io/badge/gitter-chat-FF3399.svg
           :target: https://gitter.im/mayfield/ecmcli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        .. |Walkthrough Video| image:: http://share.gifyoutube.com/y7nLaZ.gif
           :target: http://www.youtube.com/watch?v=fv4dWL03zPk
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
