Metadata-Version: 2.1
Name: cp2stdout
Version: 1.1.0
Summary: COOPER to stdout
Home-page: https://github.com/hardwario/cp2stdout
Author: HARDWARIO s.r.o.
Author-email: ask@hardwario.com
License: MIT
Description: # COOPER to stdout
        
        [![Travis](https://img.shields.io/travis/hardwario/cp2stdout/master.svg)](https://travis-ci.org/hardwario/cp2stdout)
        [![Release](https://img.shields.io/github/release/hardwario/cp2stdout.svg)](https://github.com/hardwario/cp2stdout/releases)
        [![License](https://img.shields.io/github/license/hardwario/cp2stdout.svg)](https://github.com/hardwario/cp2stdout/blob/master/LICENSE)
        
        ## Installing
        
        You can install **cp2stdout** directly from PyPI:
        
        ```sh
        sudo pip3 install -U cp2stdout
        ```
        
        ## Usage
        
        Update config.yml and run
        
        ```sh
        cp2stdout -c config.yml
        ```
        
        ### PM2
        ```sh
        pm2 start `which python3` --name "cp2stdout" -- `which cp2stdout` -c /etc/cooper/cp2stdout.yml
        ```
        
        ## License
        
        This project is licensed under the [**MIT License**](https://opensource.org/licenses/MIT/) - see the [**LICENSE**](LICENSE) file for details.
        
Keywords: cooper,zmq,iot,stdout
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
