liblttng-ust-ctl5t64

LTTng 2.0 Userspace Tracer (trace control library)

The userspace tracer is designed to provide detailed information about userspace activity. Like the kernel tracer, performance is the main goal. Tracing does not require system calls or traps. UST instrumentation points may be added in any userspace code including signal handlers and libraries.

python3-pyserial-asyncio-fast

Python library for asynchronous I/O with serial ports

This extension relies on pySerial and focuses on efficient asynchronous serial communication. By implementing eager writes similar to the asyncio selector_events in CPython, it reduces overhead associated with frequent addition and removal of asyncio writers. This efficiency is particularly advantageous for high-frequency serial communication tasks, enhancing overall performance.

python3-pyhaversion

Get the latest Home Assistant version from various sources

Pyhaversion is a Python library designed to retrieve the latest version of Home Assistant from multiple sources. It supports fetching version information for different Home Assistant types including the core project, OS, supervisor, and container versions. The library utilizes asynchronous HTTP requests for efficient data retrieval and parsing. Users can leverage the functionality to stay updated with the latest Home Assistant releases.

python3-pylgnetcast

Python library for controlling LG Smart TVs with NetCast 3 or 4

This library allows for control of LG Smart TVs that run NetCast 3.0 or NetCast 4.0 via TCP/IP. It supports sending commands such as toggling mute and retrieving status information like current volume and channel. Originally forked from wokar/pylgnetcast, it includes a command line tool for ease of use.

python3-pypjlink2

Implementation of the PJLink Class 1 protocol to control projectors

This library enables control over projectors that support the PJLink protocol. It allows users to manage power states, input selection, and other projector functions through a standardized interface. The library specifically includes support for controlling Optoma projectors. By utilizing network communication, this library facilitates seamless integration of projector control into larger automation systems, enabling centralized management and monitoring.

python3-adb-shell

implementation of ADB with shell and FileSync functionality

This Python package implements ADB shell and FileSync functionality.