From 892b7c4d40d203e5a6b87c41f86eff0fb16ac966 Mon Sep 17 00:00:00 2001 From: Steven Voges Date: Sat, 11 Mar 2023 21:46:05 +0700 Subject: python/python3-sabctools: Added (C functions for sabnzbd). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-sabctools/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-sabctools/README (limited to 'python/python3-sabctools/README') diff --git a/python/python3-sabctools/README b/python/python3-sabctools/README new file mode 100644 index 0000000000..781413e3d0 --- /dev/null +++ b/python/python3-sabctools/README @@ -0,0 +1,10 @@ +C implementations of functions for use within SABnzbd + +This module implements three main sets of C implementations that are +used within SABnzbd: + + * yEnc decoding and encoding using SIMD routines + * CRC32 calculations + * Non-blocking SSL-socket reading + +Of course, they can also be used in any other application. -- cgit v1.2.3