Keine Beschreibung

dependabot[bot] 6f83a993bc build(deps-dev): bump pylint from 2.12.2 to 2.13.0 vor 3 Jahren
.github a1a0039754 build(deps): bump actions/checkout from 2.4.0 to 3 vor 3 Jahren
acpi_backlight ed078a508d disable ability to invoke `acpi_backlight` module as script (via `python -m acpi_backlight`); made main function private (use entry point `acpi-backlight-eval` instead) vor 3 Jahren
tests ed078a508d disable ability to invoke `acpi_backlight` module as script (via `python -m acpi_backlight`); made main function private (use entry point `acpi-backlight-eval` instead) vor 3 Jahren
.gitignore 289980b1a6 pipeline: run mypy vor 4 Jahren
.pylintrc 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage vor 3 Jahren
LICENSE 80571b57ed init vor 6 Jahren
Pipfile 6bcb9e76e4 drop compatibility with python3.6 vor 3 Jahren
Pipfile.lock 6f83a993bc build(deps-dev): bump pylint from 2.12.2 to 2.13.0 vor 3 Jahren
README.md a6257d32af pipeline: check test coverage vor 4 Jahren
mypy.ini 289980b1a6 pipeline: run mypy vor 4 Jahren
setup.py 6bcb9e76e4 drop compatibility with python3.6 vor 3 Jahren

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'