python3-papermill

Parameterize, execute, and analyze notebooks

Papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks. It lets you parameterize notebooks and execute notebooks.

python3-sluurp

launch shell scripts through slurm SBATCH command

sluurp is a Python package providing an API to launch shell scripts through slurm's SBATCH command.

python3-ratelimitqueue

Rate limited wrapper for Python 3's thread safe queues

This package extends the three built-in Python queues from the queue module - Queue, LifoQueue, and PriorityQueue - with configurable, rate limited counterparts. Specifically, the get() method is rate limited across all threads so that workers can safely consume from the queue in an unlimited loop, and putting the items in the queue doesn’t need to require blocking the main thread.

luksy

offline encryption/decryption using LUKS formats (program)

luksy implements encryption and decryption using LUKSv1 and LUKSv2 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't actually produce smaller output than input, but it encrypts, and that's nice.

libuv1t64

asynchronous event notification library - runtime library

Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O.

libdynarmic6.7

ARM dynamic recompiler

Dynarmic is a dynamic recompiler for the ARMv6K, ARMv7A architecture, with partial ARMv8 support.