python3-pythonmagick

Object-oriented Python 3 interface to ImageMagick

PythonMagick an interface to ImageMagick to give all the functionality of ImageMagick++ into Python 3.

python3-fudge

Python 3 module for using fake objects for tests

Fudge is a Python module for using fake objects (mocks and stubs) to test real ones.

signalbackup-tools

Tool to work with Signal Backup files

Tool to work with backup files generated by the Signal Android application (https://signal.org/). It can dump the decrypted backup components to a directory, or read the contents of a directory and pack and encrypt it back into a valid backup file. When dumping, make sure the directory to dump to is empty to start with. In theory, the decrypted files could be edited before re-encrypting. It has also been used successfully to fix backups that were corrupted.

libksanecore6-1

library providing logic to interface scanners

KSaneCore is a library that provides a Qt interface for the SANE library for scanner hardware.

libvirt-ssh-proxy

virtualization library - SSH proxy

libvirt exposes a long-term stable API that can be used to interact with various hypervisors. Its architecture is highly modular, with most features implemented as optional drivers. It can be used from C as well as several other programming languages, and it forms the basis of virtualization solutions tailored for a range of use cases.

python3-django-sass-processor

compile files from markup languages such as SASS/SCSS

django-sass-processor converts *.scss or *.sass files into *.css while rendering templates. For performance reasons this is done only once, since the preprocessor keeps track on the timestamps and only recompiles when any of the imported SASS/SCSS files is younger than the corresponding generated CSS file.