python3-pysma

Library to interface with an SMA Solar WebConnect module

This library allows interaction with SMA Solar WebConnect modules to access data from solar inverters, energy meters, and battery inverters. It connects to the WebConnect interface of SMA devices, enabling the retrieval of various metrics such as power generation, voltage, current, grid frequency, and more. By providing access to detailed sensor information, the library supports monitoring and analysis of solar energy production and consumption.

python3-opuslib

Bindings to the libopus low-delay audio codec

This library provides Python bindings for the libopus audio codec. The libopus codec is designed to handle interactive speech and music transmission over the Internet, enabling low-latency audio streaming. It is particularly well-suited for applications that require high-quality audio with minimal delay, such as voice-over-IP, videoconferencing, and real-time music streaming. By interfacing directly with the libopus codec, users can encode and decode audio streams efficiently, ensuring optimal performance in real-time audio processing tasks. Additionally, this library supports a range of features necessary for handling audio in various network conditions, including variable bit rate and packet loss concealment.

python3-pyeconet

Interface to the unofficial EcoNet API

This library provides an interface to interact with Rheem's EcoNet enabled devices via an unofficial API. By utilizing this library, users can manage and monitor EcoNet thermostats and water heaters. It facilitates fetching data related to device status, such as binary states and sensor values, including alert counts and available hot water information. Additionally, users can control supported devices by adjusting settings like operation modes and temperature set points.

python3-peco

Library for obtaining outage statistics from the PECO outage map

This library allows users to interact with the PECO outage map, retrieving various outage statistics such as the current number of outages per county and the overall outage statistics for the entire operational region. It connects to the PECO system to provide up-to-date and accurate data about power outages, including customer impact metrics like the percentage of customers without power. The library offers access to a range of sensors, including those showing the total number of customers served, the total number of customers without power, and alert messages from the PECO online outage map.

python3-dar

Disk ARchive: Python bindings

Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh.

elpa-embark

Emacs Mini-Buffer Actions Rooted in Keymaps

Embark makes it easy to choose an Emacs command to run based on what is near point, both during a minibuffer completion session and in normal buffers. Bind the command embark-act to a key and it acts like prefix-key for a keymap of actions (commands) relevant to the target around point. With point on an URL in a buffer you can open the URL in a browser or eww or download the file it points to. If while switching buffers you spot an old one, you can kill it right there and continue to select another. Embark comes preconfigured with over a hundred actions for common types of targets such as files, buffers, identifiers, s-expressions, sentences; and it is easy to add more actions and more target types. Embark can also collect all the candidates in a minibuffer to an occur-like buffer or export them to a buffer in a major-mode specific to the type of candidates, such as dired for a set of files, ibuffer for a set of buffers, or customize for a set of variables.