python3-growattserver

Retrieve PV information from the Growatt server

Provides an interface to access photovoltaic (PV) information from the Growatt server. Users can log in, retrieve a list of plants and devices, and obtain detailed information and statistics. The module supports reading data related to inverters, storage, and the general status of PV systems. It also allows updating certain settings related to plants and inverters, within provided parameters.

python3-eumdac

EUMETSAT Data Access Client (Python 3 library and CLI)

This package provides simple access to the EUMETSAT data of all satellite missions.

kalamine

Text-based, cross-platform Keyboard Layout Maker

Kalamine is capable of generating *.xkb_symbols files (root) and *.xkb_keymap files (user) from keyboard layouts stored in a text format. The layouts can both be used in X.org and Wayland graphical environments.

libpostproc58

FFmpeg library for post processing - 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-file-read-backwards

Memory efficient way of reading files line-by-line from the end of file

A library designed to read files backward line by line. It supports multiple encodings such as ascii, latin-1, and utf-8, and handles various newline characters including '\r', '\r\n', and '\n'. Suitable for processing large files without consuming a lot of memory, it reads lines as unicode, ensuring compatibility with most text files. Additionally, it provides functionality for both incremental line reading and reading lines one at a time through its API.

libio-termios-perl

module to supply termios methods to IO::Handle objects

The IO::Termios class extends the generic IO::Handle object class by providing methods which access the system's terminal control termios(3) operations. These methods are primarily of interest when dealing with TTY devices, including serial ports.