ispc
Intel Implicit SPMD Program Compiler
ispc is a compiler for a variant of the C programming language, with extensions
for single program, multiple data programming. Under the SPMD model, the
programmer writes a program that generally appears to be a regular serial
program, though the execution model is actually that a number of program
instances execute in parallel on the hardware.
python3-mapclassify
Classification Schemes for Choropleth Maps
Library that provides tools for classifying geographic data on maps.
It allows you to divide a spatial dataset into different classes or
ranges, making it easier to visualize and analyze this data on maps.
python3-pybotvac
Library for controlling Neato Botvac Connected vacuum robots
This library facilitates interaction with Neato Botvac Connected vacuum
robots. It allows users to start, pause, and stop cleaning, send the robot to
its base, and manage scheduled cleanings. Additionally, the library supports
retrieving the robot's state, battery level, and latest cleaning map. Users
can authenticate using various methods, such as password, OAuth, or
passwordless sessions. This provides flexibility in integrating the robots
into different environments and applications.
trocla-puppetserver
password store for password creation and retrieval (puppetserver integration)
Trocla provides you a simple way to create and store (random) passwords on a
central server, which can be retrieved by other applications.
libqgis-3d3.34.15
QGIS - shared 3d library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
python3-ourgroceries
Async Python library for interfacing with OurGroceries API
This library provides a means to interact with the OurGroceries API, allowing
for management of grocery lists programmatically. Designed for asynchronous
operations, it supports functionalities like logging in, retrieving, creating,
and modifying grocery lists and their items. Additionally, users can manage
categories within the lists, cross off items, and handle list deletions.