librte-net-iavf22

Data Plane Development Kit (librte-net-iavf runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

librte-net-igc22

Data Plane Development Kit (librte-net-igc runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

lomiri-online-accounts-plugin-microsoft

Lomiri Online Accounts account plugin - Microsoft

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

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.

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.

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.