python3-stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr

This library offers a context manager for mocking and wrapping standard input, output, and error streams. It simplifies capturing and testing console inputs and outputs within Python applications. Unlike the standard library's contextlib, this tool provides a more concise way to handle stdin, stdout, and stderr simultaneously, making it particularly useful for managing user inputs and outputs in a controlled environment. Standard input can be pre-loaded or appended during the managed context, which allows for flexible and precise simulation of user interactions. Additionally, the library supports wrapping functions that generate output, enabling the modification of internal print calls within those functions.

python3-pyfritzhome

Python library for managing AVM Fritz!Box Smart Home devices

This library provides a means to interact with AVM Fritz!Box Smart Home devices, enabling management of switches, sensors, thermostats, and more within the Smart Home environment. It supports communication with various AVM FRITZ!DECT devices such as thermostats and switches, facilitating their integration into home automation setups through the Fritz!Box interface. By retrieving device states like temperature, battery level, and lock status, it allows for comprehensive smart home device management. This tool is useful for improving the home automation capabilities by gathering and setting information for AVM Smart Home devices.

libeccodes0

GRIB and BUFR enecoding/encoding software library

ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR.

freecdb

creating and reading constant databases

freecdb is a fast, reliable, simple package for creating and reading constant databases. Its database structure provides several features:

lomiri-online-accounts-plugin-vk

Lomiri Online Accounts account plugin - VKontakte

The LomiriOnlineAccounts plugin system provides Lomiri applications with online accounts settings via a central setup mechanism in Lomiri System Settings.

libisl23

manipulating sets and relations of integer points bounded by linear constraints

isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction.