설명 없음

dependabot[bot] c084aef1cb build(deps-dev): bump typing-extensions from 4.6.2 to 4.6.3 11 달 전
.github 00d4f719cf pipeline: remove coveralls ("422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs", `pytest --cov-fail-under=100 …` in place) 1 년 전
acpi_backlight f77ef28641 re-format code after upgrade of black to v23.1.0 1 년 전
tests a5525dd265 make module `acpi_backlight.evaluate` private 1 년 전
.gitignore 289980b1a6 pipeline: run mypy 3 년 전
.pylintrc 0f400d406e pylint: enable various optional checks/extensions 1 년 전
CHANGELOG.md 808f905cf6 `_evaluate._evaluate` & indirectly `backlight_eval`: raise `ValueError` instead of `Exception` when expression contains prohibited specifier or operator (fixing pylint's `broad-exception-raised` warning) 1 년 전
LICENSE 80571b57ed init 5 년 전
Pipfile b258a2a893 dev env: add upper version constraint for isort to keep compatibility with python3.7 (has not reached end-of-life yet) 1 년 전
Pipfile.lock c084aef1cb build(deps-dev): bump typing-extensions from 4.6.2 to 4.6.3 11 달 전
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) 1 년 전
mypy.ini 289980b1a6 pipeline: run mypy 3 년 전
setup.py 6bcb9e76e4 drop compatibility with python3.6 2 년 전

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'