Sin descripción

dependabot[bot] 85be5002d6 build(deps): bump actions/checkout from 2.3.5 to 2.4.0 hace 2 años
.github 85be5002d6 build(deps): bump actions/checkout from 2.3.5 to 2.4.0 hace 2 años
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) hace 2 años
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) hace 2 años
.gitignore 289980b1a6 pipeline: run mypy hace 3 años
.pylintrc 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage hace 2 años
LICENSE 80571b57ed init hace 5 años
Pipfile f7e3784baf drop compatibility with python3.5; test against python3.10 hace 2 años
Pipfile.lock f7e3784baf drop compatibility with python3.5; test against python3.10 hace 2 años
README.md a6257d32af pipeline: check test coverage hace 3 años
mypy.ini 289980b1a6 pipeline: run mypy hace 3 años
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) hace 2 años

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'