No Description

dependabot[bot] 8527416ab7 build(deps-dev): bump typing-extensions from 3.10.0.2 to 4.0.0 2 years ago
.github 94f3afa74c build(deps): bump actions/setup-python from 2.2.2 to 2.3.0 2 years ago
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) 2 years ago
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) 2 years ago
.gitignore 289980b1a6 pipeline: run mypy 3 years ago
.pylintrc 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage 2 years ago
LICENSE 80571b57ed init 5 years ago
Pipfile f7e3784baf drop compatibility with python3.5; test against python3.10 2 years ago
Pipfile.lock 8527416ab7 build(deps-dev): bump typing-extensions from 3.10.0.2 to 4.0.0 2 years ago
README.md a6257d32af pipeline: check test coverage 3 years ago
mypy.ini 289980b1a6 pipeline: run mypy 3 years ago
setup.py 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) 2 years 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'