python3-phone-modem
Asynchronous modem implementation for integrating caller ID and call rejection
This library provides an asynchronous modem implementation designed to
integrate with Home Assistant. It enables the collection of caller ID
information using a Hayes AT compatible modem that supports caller ID
detection. The library tracks call states such as 'ring', 'callerid', and
'idle' and includes features for rejecting calls programmatically. Caller ID
information such as the time of the call, name, and number is captured and
updated with each state change.
python3-ppadb
pure Python implementation of the adb client
This package provides a pure Python implementation of the ADB client. It can
be used to communicate with adb server (not the adb daemon on the
device/emulator).
python3-rabbitair
Library for local control of Rabbit Air purifiers
This library supports various operations such as turning the device on or off,
selecting preset modes, and adjusting the fan speed. The library interacts with
Rabbit Air purifiers using device addresses and access tokens, which can be
obtained from the Rabbit Air mobile application. Currently supported models
include MinusA2 (2nd generation) and A3.
python3-gdbm
GNU dbm database support for Python 3.x
GNU dbm database module for Python 3.x. Install this if you want to
create or read GNU dbm database files with Python.
python3-tk
Tkinter - Writing Tk applications with Python 3.x
A module for writing portable GUI applications with Python 3.x using Tk.
Also known as Tkinter.