postgresql-17-ip4r

IPv4 and IPv6 types for PostgreSQL 17

This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses.

postgresql-17-jsquery

PostgreSQL JSON query language with GIN indexing support

JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.

python3-pycec

Library for HDMI-CEC communication

This library provides an interface for communicating with HDMI-CEC devices. It enables sending and receiving HDMI-CEC signals, allowing for control over various HDMI-enabled devices such as TVs, soundbars, and AV receivers. Users can switch inputs, power devices on and off, and manage volume settings. It supports the definition of devices in configuration files, making it easier to map HDMI ports to device names. This library also includes the capability to bridge CEC commands over a TCP network. Use cases include integrating HDMI-CEC functionality into automation systems or centralizing control of multiple HDMI devices.

python3-bayespy

variational Bayesian inference tools for Python

BayesPy provides tools for Bayesian inference with Python. The user constructs a model as a Bayesian network, observes data and runs posterior inference. The goal is to provide a tool which is efficient, flexible and extendable enough for expert use but also accessible for more casual users.

python3-llfuse

Python 3 bindings for the low-level FUSE API

Python-llfuse is a set of Python bindings for the low level FUSE API. This package provides the extension for the Python 3 interpreter. The documentation is contained in the python-llfuse-doc package.

postgresql-17-pgfincore

set of PostgreSQL functions to manage blocks in memory

Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation.