No Description

dependabot[bot] 349f2b9038 build(deps-dev): bump black from 24.2.0 to 24.3.0 (#146) 1 week ago
.github a53322ffd1 build(deps): bump actions/setup-python from 4 to 5 (#131) 3 months ago
acpi_backlight f77ef28641 re-format code after upgrade of black to v23.1.0 1 year ago
tests a5525dd265 make module `acpi_backlight.evaluate` private 1 year ago
.gitignore 289980b1a6 pipeline: run mypy 3 years ago
.pylintrc 0f400d406e pylint: enable various optional checks/extensions 1 year ago
CHANGELOG.md 0d96f563ea drop compatibility with python3.7 (reached end of life on 2023-06-27) 6 months ago
LICENSE 80571b57ed init 5 years ago
Pipfile cf3bd6004c relock env with pipenv v2023.10.3 on python v3.11.2 (to remove sanitized-package entry, see commit below); remove pylint-import-requirements from pipeline (see commit below) 5 months ago
Pipfile.lock 349f2b9038 build(deps-dev): bump black from 24.2.0 to 24.3.0 (#146) 1 week ago
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) 11 months ago
mypy.ini 289980b1a6 pipeline: run mypy 3 years ago
setup.py 2684f37782 fix python version constraint in setup.y (amendment to commit 0d96f563ea07242020e79c50e19b71e7ea051009) 5 months ago

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'