node-v8-compile-cache

Leverage v8 compile cache to speedup loading of Node.js modules

V8 is the JavaScript Engine used by Node.js and Chromium; it uses just-in-time compilation (JIT) to execute Javascript code, and code caching to lessen the overhead to initially parse and compile a script.

python3-pymonoprice

Python API for controlling Monoprice 6-zone amplifier

This library enables integration with the Monoprice 6-Zone Home Audio Controller via a serial connection. It facilitates the control of multiple audio zones, allowing for operations such as changing volume, power state, mute status, and audio source. Users can also manage advanced settings like treble, bass, balance, and various modes including Public Announcement and Do Not Disturb. Each audio zone can be controlled individually, and the library supports both synchronous and asynchronous operation modes.

python3-py-aosmith

API Client for A O Smith iCOMM-enabled water heaters

This library provides an interface to interact with A. O. Smith iCOMM-enabled water heaters, enabling control over various functionalities. Users can adjust the target temperature, change operation modes, and enable or disable away mode. The library communicates with A. O. Smith's cloud service to fetch data and send control commands to the water heater devices. It also supports retrieving energy usage data and hot water availability. Compatible with multiple models, this library extends the control capability initially provided by the A. O. Smith mobile app.

simple-whip-client

simple GStreamer-based WHIP client

simple-whip-client is a WHIP client implementation, using GStreamer.

python3-psycopg-c

PostgreSQL database adapter for Python 3 - binary module

Psycopg 3 is a newly designed PostgreSQL database adapter for the Python programming language.

python3-pyqt6.qtcharts

Python 3 bindings for Qt6's Charts module

The Charts module of PyQt6 provides widgets and utility classes for chart rendering in a PyQt6 application.