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-aiosmtplib

Python3 asynchronous SMTP client for use with asyncio

This is a SMTP client, but written to be based on asyncio for Python3. It is designed to work with standard EmailMessages (or MIMEMultipart, or any raw message), generated with the standard Python3 library and send these using the classic asyncio mechanics.

python3-opendata-transport

API client for Swiss public transport data

This library provides a client for interacting with the Swiss public transport API, enabling access to timetable data and connection details between stations in Switzerland. Users can retrieve information such as departure and arrival times for specific routes. The data is fetched directly from the transport.opendata.ch platform, supporting applications that require updated public transport schedules and station information for various endpoints in Switzerland.

python3-zwave-js-server-python

Library for communicating with zwave-js-server

This library enables interaction with a Z-Wave network using the Z-Wave JS server. It provides comprehensive functionality for interacting with Z-Wave devices, including monitoring and controlling various device types such as binary sensors, climate controls, lights, locks, and more. The library ensures a structured way to handle Z-Wave events and manage the device nodes, controllers, and networks. It also supports setting up new devices, maintaining the network, and collecting statistical data for troubleshooting and optimization purposes.

python3.12-tk

Tkinter - Writing Tk applications with Python (v3.12)

A module for writing portable GUI applications with Python (v3.12) using Tk. Also known as Tkinter.