Sin descripción

dependabot[bot] b07e2a552d build(deps-dev): bump mypy from 1.12.0 to 1.13.0 (#175) hace 3 semanas
.github 19d86fa2c6 drop compatibility with python3.8 hace 1 mes
acpi_backlight f77ef28641 re-format code after upgrade of black to v23.1.0 hace 1 año
tests a5525dd265 make module `acpi_backlight.evaluate` private hace 1 año
.gitignore 289980b1a6 pipeline: run mypy hace 4 años
.pylintrc 0f400d406e pylint: enable various optional checks/extensions hace 2 años
CHANGELOG.md 19d86fa2c6 drop compatibility with python3.8 hace 1 mes
LICENSE 80571b57ed init hace 6 años
Pipfile 19d86fa2c6 drop compatibility with python3.8 hace 1 mes
Pipfile.lock b07e2a552d build(deps-dev): bump mypy from 1.12.0 to 1.13.0 (#175) hace 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) hace 1 año
mypy.ini 289980b1a6 pipeline: run mypy hace 4 años
setup.py 19d86fa2c6 drop compatibility with python3.8 hace 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'