python3-pyro5

distributed object middleware for Python (RPC)

Pyro (PYthon Remote Object) is an easy to use and powerful distributed object system for Python. In a distributed object system, clients send requests to distant servers, which owns the remote objects. Pyro simplifies a lot the creation of clients and servers, and has among its features: - dynamic and static proxies for all remote method invocations, - a naming service which keeps record of the location of objects, - mobile objects support: clients and servers can pass objects around, - exceptions that occur in the remote object is raised on the client too, - multithreaded server support to handle multiple requests simultaneously.

python3-a2wsgi

Convert between ASGI and WSGI apps (Python3 version)

Convert WSGI app to ASGI app or ASGI app to WSGI app in pure Python with no dependencies outside the standard library.

plymouth-theme-phosh

boot animation, logger and I/O multiplexer - Phosh theme

Plymouth provides a boot-time I/O multiplexing framework - the most obvious use for which is to provide an attractive graphical animation in place of the text messages that normally get shown during boot. (The messages are instead redirected to a logfile for later viewing.) However, in event-driven boot systems Plymouth can also usefully handle user interaction such as password prompts for encrypted file systems.

python3-debusine-signing

Signing worker part of the Python library for debusine

Debusine is a general purpose software factory tailored to the needs of a Debian-based distribution.

python3-bracex

brace expanding library (à la Bash) for Python (Python 3)

brace expanding library (à la Bash) for Python.

libadios2-mpi-core-2.10

ADIOS2 Adaptable IO system for simulations - core libraries (MPI)

The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data.