python3-validate-pyproject

Automated checks on pyproject.toml by JSON Schema definitions

With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures.

pwdsphinx

SPHINX password storage protocol - reference server implementation

SPHINX -- password Store that Perfectly Hides from Itself (No Xaggeration) -- is an information-theoretically secure cryptographic password storage protocol with strong security guarantees, as described in the 2015 paper "Device-Enhanced Password Protocols with Optimal Online-Offline Protection" by Jarecki, Krawczyk, Shirvanian, and Saxena (https://ia.cr/2015/1099). It is documented online at https://sphinx.pm/ .

xxdiff-scripts

graphical file/directory comparison and merge tool - scripts

xxdiff is a powerful tool for viewing the differences between two or three files, or two directories, and can be used to produce a merged version. The texts of the two or three files are presented side by side with their differences highlighted with colors for easy identification.

intel-opencl-icd

Intel graphics compute runtime for OpenCL

The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source project to converge Intel's development efforts on OpenCL(TM) compute stacks supporting the GEN graphics hardware architecture.

libcoro-perl

Perl framework implementing coroutines

Coro is a collection of modules which manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They do not actually execute at the same time, even on machines with multiple processors.

python3-pymeteoclimatic

Client wrapper for accessing Meteoclimatic weather data

This library provides a client interface to access meteorological information from the Meteoclimatic network. Meteoclimatic includes a broad array of non- professional real-time weather stations spread across the Iberian Peninsula, including Spanish islands and nearby regions. The library extracts data from Meteoclimatic’s RSS feeds, allowing users to obtain updated weather details for specific stations. Information such as current temperature, humidity, wind conditions, and atmospheric pressure can be retrieved. The library is geared towards processing the coded data blocks embedded within the station feeds to deliver accurate weather observations, catering to varying station capabilities.