python3-rapt-ble
Parser for RAPT Pill hydrometer BLE packets
This library provides functionality to parse Bluetooth Low Energy (BLE)
packets from RAPT Pill hydrometers. Designed to capture and interpret the
telemetry data, it allows easy integration with other software systems that
utilize this data. The primary use case is for situations where real-time
monitoring and data collection from RAPT Pill hydrometers are required,
extracting information such as specific gravity and temperature.
python3-qingping-ble
Library for interacting with Qingping BLE devices
This library provides tools for interacting with various Qingping Bluetooth
Low Energy (BLE) devices, allowing for communication and data extraction.
Supported devices include air monitors, alarm clocks, door/window sensors,
thermo-hygrometers, motion and ambient light sensors, and CO2 monitors. It is
designed to enable the seamless integration of these devices within other
systems, facilitating data retrieval and monitoring through BLE communication.
python3-iterable-io
Python library to adapt iterables to a file-like interface
iterable-io is a small Python library that provides an adapter so
that it's possible to read from iterable objects in the same way as
file-like objects.
libosmoabis15
GSM A-bis handling
This library contains common/shared code regarding the A-bis interface between
the GSM Base transceiver station (BTS) and the GSM Base station controller BSC.
libfolia22
Implementation of the FoLiA document format
FoLiA is an XML-based format for Linguistic Annotation suitable for
representing written language resources such as corpora.
Its goal is to unify a variety of linguistic annotations in one single rich
format, without committing to any particular standard annotation set.
Instead, it seeks to accommodate any desired system or tagset, and so offer
maximum flexibility. This makes FoLiA language independent.
see https://proycon.github.io/folia for more information.
con-duct
lightweight wrapper to collect execution data for a command
con-duct provides a duct command which is a lightweight wrapper that
collects execution data for an arbitrary command. Execution data
includes execution time, system information, and resource usage
statistics of the command and all its child processes. It is intended
to simplify the problem of recording the resources necessary to
execute a command, particularly in an HPC environment.