liblirc-client0t64
infra-red remote control support - client library
LIRC stands for 'Linux Infra-red Remote Control'.
python3-monotonic
implementation of time.monotonic() - Python 3.x
This module provides a monotonic() function which returns the value (in
fractional seconds) of a clock which never goes backwards. On Python 3.3 or
newer, monotonic will be an alias of time.monotonic from the standard library.
On older versions, it will fall back to an equivalent implementation:
GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3)
on Linux/BSD.
libdns-export1102
Exported DNS Shared Library
python3-aiowatttime
Asyncio-based library for obtaining real-time emissions data from WattTime
This library allows users to fetch real-time emissions data based on
geographical coordinates. It provides functionality to interact with the
WattTime API, enabling the retrieval of real-time, forecasted, and historical
emissions data. Users can obtain grid region information, marginal operating
emissions rates, and relative marginal emissions intensity. The library also
includes built-in retry logic for handling expired access tokens, ensuring
reliable data access from WattTime. Various configuration options are
available to customize the logging and API request behaviors.
python3-halo
Beautiful terminal spinners library for Python3
Library that displays spinner (loading, processing during processing,
etc.) on the terminal in Python3.
libgit-objectstore-perl
abstraction layer for Git::Raw and libgit2
Git::ObjectStore provides an abstraction layer on top of Git::Raw, a Perl
wrapper for libgit2, in order to use a bare Git repository as an object
store. The objects are written into a mempack, and then flushed to disk, so
thousands of objects can be created without polluting your filesystem and
exhausting its inode pool.