leb128

read-eval-print-loop for LEB128

REPL program that converts numbers to signed and unsigned LEB128 and displays the results in base-10, hex, and binary.

python3-meshzoo

simple geometric meshes (Python 3)

When generating meshes for FEM/FVM computations, sometimes your geometry is so simple that you don't need a complex mesh generator (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple and fast that makes use of the structure of the domain. Enter meshzoo.

python3-energyzero

Fetches dynamic energy and gas prices from EnergyZero

This library retrieves dynamic energy and gas prices from EnergyZero, providing detailed information such as current and next hour electricity market prices, average electricity price, lowest and highest energy prices, and the specific times when these prices are at their extremes. For gas prices, it retrieves the current and next hour prices, which are updated daily. The data is beneficial for those who need to understand daily and hourly fluctuations in energy costs.

python3-apischema

JSON serialization and deserialization, GraphQL and JSON schema generation

Provides JSON serialization and deserialization, GraphQL schema generation, and JSON schema generation using Python typing. This library simplifies working with API data by leveraging standard Python features such as dataclasses and typing. It supports a wide range of data types and is adaptable to different use cases. With automatic schema generation, it helps to validate and serialize data seamlessly. The library also includes integrated support for GraphQL, making it versatile for various API implementations.

python3-romy

Library to control Wi-Fi enabled ROMY vacuum cleaners

This library allows interaction with Wi-Fi enabled ROMY vacuum cleaners. It supports various functionalities such as starting, pausing, continuing, stopping, and returning the device to its base. The library can also provide various sensor readings including battery level, Wi-Fi signal strength, and cleaning metrics like total cleaning time, runs, and area cleaned. Additionally, it can detect the presence of dustbins and water tanks, and measure the dirt level in the dustbin for supported models. The library uses the local interface protocol of ROMY devices and requires a password provided under the dustbin.

ktls-utils

TLS handshake support for NFS and other in-kernel TLS users

In-kernel TLS consumers need a mechanism to perform TLS handshakes on a connected socket to negotiate TLS session parameters that can then be programmed into the kernel's TLS record protocol engine.