libsdbus-c++1

High-level C++ D-Bus library for Linux in modern C++ (library)

sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide expressive, easy-to-use API in modern C++. It adds another layer of abstraction on top of sd-bus, a nice, fresh C D-Bus implementation by systemd.

qmk

program to help users work with QMK Firmware

A program to help users work with QMK Firmware (https://qmk.fm/).

dysk

Give information on mounted filesystems

A command-line utility to get information on filesystems, like df but better.

python3-aiopegelonline

library for accessing PEGELONLINE water data

The aiopegelonline library provides an asynchronous interface to access water level and environmental data from the German Federal Waterways and Shipping Administration's PEGELONLINE service. This service offers real-time data on various water bodies across Germany, which is crucial for monitoring and managing water resources effectively. The library supports retrieving information on measurement stations, water levels, flow rates, and other related metrics, making it an invaluable tool for developers working on applications in environmental monitoring, water management, or related fields.

python3-aqipy

Library for live Air Quality Indices (AQI)

This package offers a library and command-line interface for retrieving live Air Quality Indices from various locations around the world. Users can obtain the AQI for their current location based on IP or specify a geographical location using latitude and longitude coordinates. The tool sources data from the World Air Quality Index Project, providing accurate and up-to-date information on air quality.

python3-dotmap

ordered, dynamically-expandable dot-access dictionary

This is a dot-access dict subclass that - has dynamic hierarchy creation (autovivification) - can be initialized with keys - easily initializes from dict - easily converts to dict - is ordered by insertion