Sen descrición

dependabot[bot] b07e2a552d build(deps-dev): bump mypy from 1.12.0 to 1.13.0 (#175) hai 3 semanas
.github 19d86fa2c6 drop compatibility with python3.8 hai 1 mes
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 1 mes
LICENSE 80571b57ed init %!s(int64=6) %!d(string=hai) anos
Pipfile 19d86fa2c6 drop compatibility with python3.8 hai 1 mes
Pipfile.lock b07e2a552d build(deps-dev): bump mypy from 1.12.0 to 1.13.0 (#175) hai 3 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 1 mes

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'