Sen descrición

dependabot[bot] 1aaa2e6e95 build(deps-dev): bump pytest from 8.3.3 to 8.3.4 (#177) hai 2 semanas
.github 19d86fa2c6 drop compatibility with python3.8 hai 2 meses
acpi_backlight f77ef28641 re-format code after upgrade of black to v23.1.0 hai 1 ano
tests a5525dd265 make module `acpi_backlight.evaluate` private hai 1 ano
.gitignore 289980b1a6 pipeline: run mypy %!s(int64=4) %!d(string=hai) anos
.pylintrc 0f400d406e pylint: enable various optional checks/extensions %!s(int64=2) %!d(string=hai) anos
CHANGELOG.md 19d86fa2c6 drop compatibility with python3.8 hai 2 meses
LICENSE 80571b57ed init %!s(int64=6) %!d(string=hai) anos
Pipfile 19d86fa2c6 drop compatibility with python3.8 hai 2 meses
Pipfile.lock 1aaa2e6e95 build(deps-dev): bump pytest from 8.3.3 to 8.3.4 (#177) hai 2 semanas
README.md 00d4f719cf pipeline: remove coveralls ("422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs", `pytest --cov-fail-under=100 …` in place) hai 1 ano
mypy.ini 289980b1a6 pipeline: run mypy %!s(int64=4) %!d(string=hai) anos
setup.py 19d86fa2c6 drop compatibility with python3.8 hai 2 meses

README.md

acpi-backlight

CI Pipeline Status Coverage Status

setup

pip3 install --user --upgrade acpi-backlight

usage

acpi-backlight-eval 1  # max brightness
acpi-backlight-eval 0.5  # 50% brightness
acpi-backlight-eval 1/4  # 25% brightness
acpi-backlight-eval 'b + 0.1'
acpi-backlight-eval 'b - 1/20'
acpi-backlight-eval 'b * 1.1'