diff options
| author | Steven Voges <svoges.sbo@gmail.com> | 2023-03-11 21:46:05 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:46:05 +0700 |
| commit | 892b7c4d40d203e5a6b87c41f86eff0fb16ac966 (patch) | |
| tree | 541fc8c39aa13e6c35e0b2f1039bcaea8efa6b75 /python/python3-sabctools/README | |
| parent | 79422f776e715bba00260cfee757856dfd008eaf (diff) | |
python/python3-sabctools: Added (C functions for sabnzbd).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sabctools/README')
| -rw-r--r-- | python/python3-sabctools/README | 10 |
1 files changed, 10 insertions, 0 deletions
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. |
