summaryrefslogtreecommitdiffstats
path: root/python/python3-sabctools/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-sabctools/README')
-rw-r--r--python/python3-sabctools/README10
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.