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.
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.
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.
x86-64-v2-support
CPU feature checking - require x86-64-v2
The packages in the isa-support family probe for microprocessor Instruction
Set Architecture features such as SSE3. By refusing to install on machines
lacking a required feature, they allow ISA requirements to be handled in
terms of package dependencies.
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.
libosmo-mslookup1
Osmocom MS lookup library
This shared library contains routines for looking up mobile subscribers.