Liboxide#
Liboxide is a python library that wraps some of the command line tools for Oxide.
$ pip install liboxide
Pros#
Much easier to work with in python than DBus or calling the command line tools manually.
Cons#
Depends on Oxide being in use.
Not asynchronous, which means that waiting on a signal blocks.