Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryruhs/chroma-feedback
Turn your RGB powered hardware into a status indicator for continuous integration, continuous deployment and infrastructure monitoring
https://github.com/henryruhs/chroma-feedback
build-status continuous-deployment continuous-integration infrastructure-monitoring monitor-status status-indicator
Last synced: 4 days ago
JSON representation
Turn your RGB powered hardware into a status indicator for continuous integration, continuous deployment and infrastructure monitoring
- Host: GitHub
- URL: https://github.com/henryruhs/chroma-feedback
- Owner: henryruhs
- License: other
- Created: 2017-10-18T22:42:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T07:07:09.000Z (5 months ago)
- Last Synced: 2024-10-13T13:07:58.335Z (4 months ago)
- Topics: build-status, continuous-deployment, continuous-integration, infrastructure-monitoring, monitor-status, status-indicator
- Language: Python
- Homepage: https://chroma-feedback.com
- Size: 699 KB
- Stars: 132
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Chroma Feedback
===============> Turn your RGB powered hardware into a status indicator for continuous integration, continuous deployment and infrastructure monitoring.
[![Build Status](https://img.shields.io/github/actions/workflow/status/henryruhs/chroma-feedback/ci.yml.svg?branch=master)](https://github.com/henryruhs/chroma-feedback/actions?query=workflow:ci)
[![Coverage Status](https://img.shields.io/coveralls/henryruhs/chroma-feedback.svg)](https://coveralls.io/r/henryruhs/chroma-feedback)
[![PyPI](https://img.shields.io/pypi/v/chroma-feedback.svg)](https://pypi.org/project/chroma-feedback)
[![License](https://img.shields.io/pypi/l/chroma-feedback.svg)](https://pypi.org/project/chroma-feedback)Preview
-------![Terminal Session](https://raw.githubusercontent.com/henryruhs/chroma-feedback/master/.github/terminal-session.svg?sanitize=true)
Installation
------------Install Chroma Feedback:
```
pip3 install chroma-feedback
```Install the dependencies for Linux:
```
apt-get install libudev-dev libusb-1.0-0-dev libhidapi-libusb0 libxcb-cursor0
``````
add-apt-repository ppa:openrazer/stable
apt-get update
``````
apt install openrazer-meta
```Usage
-----Combine producers and consumers as needed:
```
chroma-feedback [options]-p, --producer
-c, --consumer
-i, --background-interval
-b, --background-run
-d, --dry-run
-l, --log-level
-v, --version
```Documentation
-------------Read the [documentation](https://henryruhs.gitbook.io/chroma-feedback) for a deep dive.