python3-aiohttp-wsgi

WSGI adapter for aiohttp (Python 3)

WSGI adapter for aiohttp.

python3-sagetex

Embed Sage code and plots into LaTeX -- Python 3

The SageTeX LaTeX package allows you to embed code, results of computations, and plots from the SageMath mathematics software suite into LaTeX documents. SageMath is an open-source Computer Algebra System (CAS).

libkf5unitconversion5

Support for unit conversion.

Library to help applications in doing conversions of values in different measure units.

python3-arabic-reshaper

reshape isolated Arabic characters and replace them with their correct shapes

Arabic characters in the isolated form, i.e. every character rendered regardless of its surroundings, need to be reshaped and replaced with their correct shapes according to their surroundings. Using this library helps with the reshaping.

python3-tinyalign

numerical representation of differences between strings

A small Python module providing edit distance (aka Levenshtein distance, that is, counting insertions, deletions and substitutions) and Hamming distance computation.

python3-kgb

Utilities for spying on function calls in Python unit tests

Spies intercept and record calls to functions. They can report on how many times a function was called and with what arguments. They can allow the function call to go through as normal, to block it, or to reroute it to another function.