python3-cerberus
Lightweight, extensible data validation library for Python
Cerberus provides powerful yet simple and lightweight data
validation functionality out of the box and is designed to be
easily extensible, allowing for custom validation.
python3-pydantic-settings
settings management using pydantic (Python 3)
Settings management using Pydantic, this is the new official home of
Pydantic's BaseSettings.
gtk-session-lock-examples
Wayland screen locker library using ext-session-lock-v1 (examples)
gtk-session-lock is a library to use GTK 3 to build screen lockers using the
secure ext-session-lock-v1 protocol. This Library is compatible with C, C++
and any language that supports GObject introspection files (Python, Vala, etc,
see using the library below).
harec
Hare compiler for POSIX-compatible systems
Hare is a systems programming language designed to be simple, stable and
robust. Hare uses a static type system, manual memory management, and a
minimal runtime. It is well suited to writing operating systems, system
tools, compilers, networking software, and other low-level, high performance
tasks.
python3-configargparse
replacement for argparse with config files and environment variables
Applications with more than a handful of user-settable options are best
configured through a combination of command line args, config files,
hard-coded defaults, and in some cases, environment variables.
hexagonrpcd
Daemon to communicate with Qualcomm DSPs
Qualcomm processors include Digital Signal Processors (DSP) which can be
accessed from Linux using the FastRPC protocol. This protocol is used to:
* serve remote files to the DSPs
* call functions to offload work to the DSPs