displays_physical_linux_sys 0.1.0

Rust library for querying and updating Linux backlight and LED brightness devices via sysfs
Documentation
1
2
3
4
5
6
7
8
## Python Setup

For local development inside `displays_py/`:

```bash
uv sync --reinstall-package displays
uv run ipython
```