summaryrefslogtreecommitdiffstats
path: root/python/python-yenc/README
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-06 17:11:48 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:53 +0700
commit73ea7ad7aa9bfa159532e6d993e5c84638394454 (patch)
tree1c784f94bf87204c2f58d48c800abb647e1a4185 /python/python-yenc/README
parent289662417467d15824a2959e7d517df764c81f71 (diff)
downloadslackbuilds-73ea7ad7aa9bfa159532e6d993e5c84638394454.tar.gz
slackbuilds-73ea7ad7aa9bfa159532e6d993e5c84638394454.tar.xz
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/python-yenc/README')
-rw-r--r--python/python-yenc/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/python-yenc/README b/python/python-yenc/README
deleted file mode 100644
index 716a3a3ab8..0000000000
--- a/python/python-yenc/README
+++ /dev/null
@@ -1,7 +0,0 @@
- 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.