python3-stdnum

Python module to handle standardized numbers and codes (Python3 version)

A Python module to parse, validate and reformat standard numbers and codes in different formats.

r-cran-rnaturalearth

World Map Data from Natural Earth

Facilitates mapping by making natural earth map data from <https://www.naturalearthdata.com/> more easily available to R users.

python3-voip-utils

Utilities for managing Voice over IP communication

This library provides utilities for managing Voice over IP (VoIP) communication through analog phones and VoIP adapters. It allows integration with devices such as the Grandstream HT801, HT802, and HT812 to enable voice interaction capabilities. The library facilitates the processing and control of VoIP telephony, supporting local push connections and integration with systems like Home Assistant. These utilities help in translating voice commands from traditional phones into digital signals to interact with compatible smart home applications.
poor man’s ruptime

ruptime

poor man’s ruptime

This is a modern implementation of the r-commands developed in 1982.

ruptimed

poor man’s ruptime - server

This is a modern implementation of the r-commands developed in 1982.

python3-numba

native machine code compiler for Python 3

Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. It could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays.