There can be cases where we want to support more than "bind" events -
e.g. "remove". Therefore, we rewrite how things work in the spirit of
the STLs `SimpleHTTPRequestHandler`: any "handle_{action}" method of a
`KnownDevice` subclass allows the class to receive events for that
action.
To not use `getattr()` on every `KnownDevice` on every event, we use
`__init_subclass__()` to build a list of `KnownDevice` registered for
each `action`.
|
||
|---|---|---|
| cronplayer | ||
| lxc | ||
| rip-py | ||
| sorted-copy | ||
| switch-pa-sink | ||
| udev-device-plug-handler | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
README.md
script-dump
Repo to dump scripts in, that have been helpful at some time