Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardwario/cp2stdout
COOPER to Standard Output (stdout)
https://github.com/hardwario/cp2stdout
iot multisensor python stdout zeromq
Last synced: 6 days ago
JSON representation
COOPER to Standard Output (stdout)
- Host: GitHub
- URL: https://github.com/hardwario/cp2stdout
- Owner: hardwario
- License: mit
- Created: 2018-11-03T12:07:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T11:53:48.000Z (over 2 years ago)
- Last Synced: 2024-09-29T09:25:44.817Z (about 2 months ago)
- Topics: iot, multisensor, python, stdout, zeromq
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```## License
This project is licensed under the [**MIT License**](https://opensource.org/licenses/MIT/) - see the [**LICENSE**](LICENSE) file for details.