python3-crank

dispatch mechanism for use across frameworks - Python 3.x

Generalized Object based Dispatch mechanism for use across frameworks.

python3-asyncio-mqtt

Idomatic asyncio wrapper around paho-mqtt

asyncio-mqtt combines the stability of the time-proven paho-mqtt library with a modern, asyncio-based interface.

vbackup

modular backup utility

vbackup constists of a set of scripts that handle the various aspects of a backup. It can be easily extended to support other backup methods too. It can be used for full or incremental backups. It also includes a wizard for basic (quick) configuration.

vdesk

manages virtual desktops for minimal window managers

vdesk takes the task of managing virtual desktops away from the window manager and implements an easy to use interface to those desktops. Aimed to be used in lightweight window managers that do not provide the functionality natively.

libtest-is-perl

Perl module to skip tests in a declarative way

Test::Is is a simple way of following the specifications of the environment variables available for Perl tests as defined as one of the "Lancaster Consensus" at Perl QA Hackathon 2013. Those variables (NONINTERACTIVE_TESTING, EXTENDED_TESTING) define which tests should be skipped.

python-macholib

module for Mach-O header analysis and editing (Python 2 interface)

This module can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It's typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure Python code that is platform and endian independent.