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.
libelf1t64
library to read and write ELF files
The libelf1t64 package provides a shared library which allows reading and
writing ELF files on a high level. Third party programs depend on
this package to read internals of ELF files. The programs of the
elfutils package use it also to generate new ELF files.
libdebuginfod1t64
library to interact with debuginfod (development files)
The libdebuginfo1 package provides a library with an interface to interact
with debuginfod.
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.