python3.12-tk

Tkinter - Writing Tk applications with Python (v3.12)

A module for writing portable GUI applications with Python (v3.12) using Tk. Also known as Tkinter.

dh-rust

debhelper buildsystem for Rust code

dh-rust provides a debhelper buildsystem to build Rust code.

liblttng-ctl0t64

LTTng control and utility library

The LTTng project aims at providing highly efficient tracing tools for Linux. Its tracers help tracking down performance issues and debugging problems involving multiple concurrent processes and threads. Tracing across multiple systems is also possible.

exwm

Full EXWM Desktop Environment, with extra components

This is the meta package for EXWM. It installs:

python3-async-interrupt

Interrupt context manager for asyncio

This Python module provides a context manager that can be used to interrupt a block of code as soon as possible when a future is done.

python3-maison

Read Python package configuration settings

When developing a Python application, e.g a command-line tool, it can be helpful to allow the user to set their own configuration options to allow them to tailor the tool to their needs. These options are typically set in files in the root of a project directory that uses the tool, for example in a pyproject.toml or an {project_name}.ini file.