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.

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.

libliftoff0

lightweight KMS plane library

libliftoff eases the use of KMS planes from userspace without standing in your way. Users create "virtual planes" called layers, set KMS properties on them, and libliftoff will pick planes for these layers if possible.

libjson-schema-modern-perl

module to validate JSON data against a schema

JSON::Schema::Modern aims to be a fully-compliant JSON Schema evaluator and validator, targeting the currently-latest Draft 2020-12 <https://json-schema.org/specification-links.html#2020-12> version of the specification.