libavdevice61
FFmpeg library for handling input and output devices - runtime files
FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
mux, demux, stream, filter and play pretty much anything that humans and
machines have created. It supports the most obscure ancient formats up to the
cutting edge.
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.