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-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.
iaito
GUI for radare2, a libre reverse engineering framework
This is the official graphical interface for radare2. It aims to
conver other r2 features, not just the disassembler but also forensics,
networking, bindiffing, solvers, and more.
python3-pynina
Python API wrapper to retrieve warnings from the German NINA app
This library connects to the German NINA (Emergency Information and News App)
and provides a straightforward interface to access alert information. Users
can specify regions by their unique IDs to fetch relevant warnings. The
library communicates with the NINA service to retrieve up-to-date alerts
encompassing various emergency notifications, such as severe weather, natural
disasters, and other critical public announcements. It processes the data into
a usable format for applications that benefit from real-time warning
information.
python3-aioraven
asynchronous communication with Rainforest RAVEn devices
This package provides an ansynchronous library to communicate with Rainforest
RAVEn devices.
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.