Aucune description

Fabian Peter Hammerle 0f400d406e pylint: enable various optional checks/extensions il y a 1 an
.github a1a0039754 build(deps): bump actions/checkout from 2.4.0 to 3 il y a 2 ans
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) il y a 2 ans
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) il y a 2 ans
.gitignore 289980b1a6 pipeline: run mypy il y a 3 ans
.pylintrc 0f400d406e pylint: enable various optional checks/extensions il y a 1 an
LICENSE 80571b57ed init il y a 5 ans
Pipfile ebf509406d test / dev env: upgrade black il y a 2 ans
Pipfile.lock d31b765f3b build(deps-dev): bump pylint from 2.13.9 to 2.14.0 il y a 1 an
README.md a6257d32af pipeline: check test coverage il y a 3 ans
mypy.ini 289980b1a6 pipeline: run mypy il y a 3 ans
setup.py 6bcb9e76e4 drop compatibility with python3.6 il y a 2 ans

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'