From 145548ee7cbd33cd60ee6cf7f100ecd67e07e069 Mon Sep 17 00:00:00 2001 From: Dmitry Krokhin Date: Wed, 13 Sep 2023 17:12:25 +0300 Subject: [PATCH] add sharded queue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c51ff3..b9c5c91 100644 --- a/README.md +++ b/README.md @@ -741,3 +741,4 @@ A curated list of awesome Python frameworks, libraries and software. * [commixproject/commix](https://github.com/commixproject/commix) - Automated All-in-One OS Command Injection Exploitation Tool. * [SecureAuthCorp/impacket](https://github.com/SecureAuthCorp/impacket) - Impacket is a collection of Python classes for working with network protocols. * [py-pdf/PyPDF2](https://github.com/py-pdf/PyPDF2) - A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files +* [sharded-queue](https://github.com/basis-company/sharded-queue.py) - Sharded-queue is a queue with sub-queues and strict order.