Metadata-Version: 2.1
Name: cpctl
Version: 1.7.0
Summary: Cooper Control Tool
Home-page: https://github.com/blavka/cpctl
Author: HARDWARIO s.r.o.
Author-email: ask@hardwario.com
License: MIT
Description: # Cooper Control Tool
        
        [![Travis](https://img.shields.io/travis/hardwario/cpctl/master.svg)](https://travis-ci.org/hardwario/cpctl)
        [![Release](https://img.shields.io/github/release/hardwario/cpctl.svg)](https://github.com/hardwario/cpctl/releases)
        [![License](https://img.shields.io/github/license/hardwario/cpctl.svg)](https://github.com/hardwario/cpctl/blob/master/LICENSE)
        
        This is the CLI tool to control cooper
        
        ## Installing
        
        You can install **cpctl** directly from PyPI:
        
        
        ```sh
            sudo pip3 install -U cpctl
        ```
        
        > Note: You may need to use `sudo` before the command - it depends on the operating system used...
        
        ## Usage
        
        This tool has built-in help system. Just run:
        
        ```sh
        >> cpctl --help
        Usage: cpctl [OPTIONS] COMMAND [ARGS]...
        
          Cooper Control Tool.
        
        Options:
          -d, --device DEVICE  Device path.
          --zmq HOST:PORT      ZMQ
          --version            Show the version and exit.
          --help               Show this message and exit.
        
        Commands:
          config   Config
          devices  Print available devices.
          info     Info
          node     Manage the nodes
          reset    Reset
          status   Print status
        
        ```
        
        ## License
        
        This project is licensed under the [**MIT License**](https://opensource.org/licenses/MIT/) - see the [**LICENSE**](LICENSE) file for details.
        
Keywords: cooper,cli,tool
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
