Няма описание

Fabian Peter Hammerle f7e3784baf drop compatibility with python3.5; test against python3.10 преди 2 години
.github f7e3784baf drop compatibility with python3.5; test against python3.10 преди 2 години
acpi_backlight f7e3784baf drop compatibility with python3.5; test against python3.10 преди 2 години
tests 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage преди 2 години
.gitignore 289980b1a6 pipeline: run mypy преди 3 години
.pylintrc 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage преди 2 години
LICENSE 80571b57ed init преди 5 години
Pipfile f7e3784baf drop compatibility with python3.5; test against python3.10 преди 2 години
Pipfile.lock f7e3784baf drop compatibility with python3.5; test against python3.10 преди 2 години
README.md a6257d32af pipeline: check test coverage преди 3 години
mypy.ini 289980b1a6 pipeline: run mypy преди 3 години
setup.py f7e3784baf drop compatibility with python3.5; test against python3.10 преди 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'