python3-hjson
Hjson, a user interface for JSON
JSON is easy for humans to read and write... in theory. In practice JSON gives
us plenty of opportunities to make mistakes without even realizing it.
swirc
Curses ICB and IRC client
Swirc is a BSD licensed, console based and lightweight ICB and IRC
client written in C/C++, whose goals are to be portable and secure.
grig
graphical user interface to the Ham Radio Control Libraries
Grig is a simple Ham Radio control (CAT) program based on the Ham Radio
Control Libraries (Hamlib). It is intended to be simple and generic,
presenting the user with the same graphical user interface regardless of which
radio they use. Grig supports the most commonly used CAT commands that are
implemented by Hamlib.
python3-daemon
library for making a Unix daemon process — Python 3
‘daemon’ is a library that assists a Python program to turn itself
into a well-behaved Unix daemon process, as specified in PEP 3143.
python3-gios
Python wrapper for retrieving air quality data from GIOŚ servers
This module provides a convenient way to access air quality data from GIOŚ
(Główny Inspektorat Ochrony Środowiska) servers. It enables users to fetch
information about air quality measurements from designated monitoring
stations. The module supports asynchronous operations, making it suitable for
integrating into applications that require real-time air quality updates. With
this module, users can obtain data about various pollutants and environmental
factors measured at different locations. The module also provides details
about the geographical coordinates and names of the monitoring stations.
python3-tinycss2
Low-level CSS parser (Python3 version)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.