postgresql-plpython3-17

PL/Python 3 procedural language for PostgreSQL 17

PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 17 in Python 3. You need this package if you have any PostgreSQL 17 functions that use the languages plpython3 or plpython3u.

postgresql-17-http

HTTP client for PostgreSQL, retrieve a web page from inside the database

PostgreSQL extension to make HTTP requests from within the database, returning results for usage in SQL queries.

distrobuilder

System container image builder for LXC and Incus

distrobuilder is an image building tool for LXC and Incus.
versatile ASCII and ANSI Art text editor for drawing in terminal

durdraw

versatile ASCII and ANSI Art text editor for drawing in terminal

This is an ASCII, Unicode and ANSI art editor for UNIX-like systems (Linux, macOS, etc). It runs in modern Utf-8 terminals and supports frame-based animation, custom themes, 256 and 16 color modes, terminal mouse input, DOS ANSI art viewing, CP437 and Unicode mixing and conversion, HTML output, mIRC color output, and other interesting features.

gir1.2-gnomebg-4.0

Introspection data for GnomeBG (GTK 4)

The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK.

python3-frozenlist

list-like structure which implements collections.abc.MutableSequence

`frozenlist.FrozenList` is a list-like structure which implements `collections.abc.MutableSequence`. The list is mutable until `FrozenList.freeze` is called, after which list modifications raise `RuntimeError`: