aboutsummaryrefslogtreecommitdiff
path: root/python/python2-yenc/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-06 17:11:48 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:53 +0700
commit73ea7ad7aa9bfa159532e6d993e5c84638394454 (patch)
tree1c784f94bf87204c2f58d48c800abb647e1a4185 /python/python2-yenc/README
parent289662417467d15824a2959e7d517df764c81f71 (diff)
python/python-yenc: Renamed python2-yenc.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-yenc/README')
-rw-r--r--python/python2-yenc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python2-yenc/README b/python/python2-yenc/README
new file mode 100644
index 0000000000000..59ddd5e880a83
--- /dev/null
+++ b/python/python2-yenc/README
@@ -0,0 +1,9 @@
+yEnc - a raw encoding/decoding module for Python
+
+This a fairly simple module, it provide only raw yEnc encoding/decoding
+with builitin crc32 calculation.
+
+Header parsing, checkings and yenc formatting are left to you (see
+examples directory for possible implementations). The interface was
+originally intended to be similar to the uu module from Python standard
+library.