python3-globus-sdk

convenient Pythonic interface to Globus APIs

The Globus SDK for Python provides a convenient Pythonic interface to Globus APIs. Using this package, one can import Globus client classes and other helpers from the globus_sdk Python module.

python3-pyfibaro

API to access Fibaro Home Center from Python

Provides a simple interface for interacting with Fibaro Home Center devices. The library facilitates the integration and control of smart home devices via the Fibaro Home Center APIs. It enables the execution of various commands and retrieval of device status from Fibaro Home Center systems, supporting features like authentication and device management.

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