Aucune description

dependabot[bot] 5e3a32e3ea build(deps-dev): bump pytest from 6.2.5 to 7.0.1 il y a 3 ans
.github 756726fe79 build(deps): bump actions/setup-python from 2.3.1 to 2.3.2 il y a 3 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 3 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 3 ans
.gitignore 289980b1a6 pipeline: run mypy il y a 4 ans
.pylintrc 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage il y a 3 ans
LICENSE 80571b57ed init il y a 6 ans
Pipfile 6bcb9e76e4 drop compatibility with python3.6 il y a 3 ans
Pipfile.lock 5e3a32e3ea build(deps-dev): bump pytest from 6.2.5 to 7.0.1 il y a 3 ans
README.md a6257d32af pipeline: check test coverage il y a 4 ans
mypy.ini 289980b1a6 pipeline: run mypy il y a 4 ans
setup.py 6bcb9e76e4 drop compatibility with python3.6 il y a 3 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'