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.

ont-fast5-api

simple interface to HDF5 files of the Oxford Nanopore .fast5 file format

Ont_fast5_api is a simple interface to HDF5 files of the Oxford Nanopore .fast5 file format.

starship

Minimal, fast, customizable, universal shell prompt

Starship is a shell prompt that is fast and configurable, and works on most common shells. It shows information from various sources in a way easy to grasp at a glance, including but not limited to: the hostname/username/cwd trio, git, project language and runtime.

libosmo-mslookup1

Osmocom MS lookup library

This shared library contains routines for looking up mobile subscribers.