python3-hlk-sw16

Python client for the HLK-SW16 network relay

The HLK-SW16 by Hi-Link is a networkable 16-port relay device designed to facilitate the remote control of multiple power circuits. This Python client enables integration and control of the HLK-SW16, allowing for the execution of commands and the management of relay states over a network. It supports setting relay states, retrieving current status, and more, making it ideal for a variety of automation tasks in both home and industrial settings.

randombytes

Library generating fresh randomness - command-line tool

librandombytes is a public-domain library providing a simple API for applications generating fresh randomness: include <randombytes.h>, call randombytes(x, xbytes) whenever desired to generate fresh random bytes x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.

python3-emulated-roku

Library emulating Roku API for remote control connectivity

This library emulates the Roku API, enabling connectivity with remotes such as Logitech Harmony and Android apps over Wi-Fi. It allows Home Assistant to recognize key presses and app launches as events, which can be used as triggers for automations. The library supports the implementation of multiple Roku servers, ensuring flexibility and extensibility in managing remote controls. Key functionalities include handling key press, key down, key up events, and app launches via an emulated Roku environment. This library is useful for setting up automated controls and managing media players through various remote devices.

python3-dotmap

ordered, dynamically-expandable dot-access dictionary

This is a dot-access dict subclass that - has dynamic hierarchy creation (autovivification) - can be initialized with keys - easily initializes from dict - easily converts to dict - is ordered by insertion

python3-aqipy

Library for live Air Quality Indices (AQI)

This package offers a library and command-line interface for retrieving live Air Quality Indices from various locations around the world. Users can obtain the AQI for their current location based on IP or specify a geographical location using latitude and longitude coordinates. The tool sources data from the World Air Quality Index Project, providing accurate and up-to-date information on air quality.

python3-aiopegelonline

library for accessing PEGELONLINE water data

The aiopegelonline library provides an asynchronous interface to access water level and environmental data from the German Federal Waterways and Shipping Administration's PEGELONLINE service. This service offers real-time data on various water bodies across Germany, which is crucial for monitoring and managing water resources effectively. The library supports retrieving information on measurement stations, water levels, flow rates, and other related metrics, making it an invaluable tool for developers working on applications in environmental monitoring, water management, or related fields.