kalkun-plugin-stop-manager
Kalkun STOP manager plugin
This is a plugin for kalkun (web-based SMS manager).
python3-python-awair
Asyncio client for the Awair GraphQL and Local APIs
An asyncio-based library for accessing parts of Awair's REST API. It supports
listing devices, retrieving user information, and querying various sensor data
over different timeframes. The package adopts an object-oriented approach to
data handling and querying. Note that the Device API, Organization API, and
device management functionalities are not supported.
llvm-19-runtime
Modular compiler and toolchain technologies, IR interpreter
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
python3-fnv-hash-fast
fast version of fnv1a
This package provides a Python library which is a fast version of fnv1a. It
use a CPP implementation of fnv1a (32) if cython is available, and will
fallback to pure python from the fnvhash package if it is not.
python3-fnvhash
Pure Python FNV hash implementation
This package provides a pure Python implementation of the FNV_ hash family
with 100% test coverage. Take a look at pyhash_ for use cases where
performance is more important than portability.