summaryrefslogtreecommitdiffstats
path: root/python/python-yenc/README
diff options
context:
space:
mode:
author powtrix <powtrix@gmail.com>2012-04-15 11:48:30 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-16 05:35:58 -0500
commit682007c6a4fa40ed8469c67d68d58ba9d1d96c0d (patch)
treedaa1e640734af9b958c1eaf3e38aaf69ba20b9d7 /python/python-yenc/README
parentc8493ef78bb8eda0e95ae8beb173ef730ba69555 (diff)
downloadslackbuilds-682007c6a4fa40ed8469c67d68d58ba9d1d96c0d.tar.gz
slackbuilds-682007c6a4fa40ed8469c67d68d58ba9d1d96c0d.tar.xz
python/python-yenc: Added (raw encoding/decoding module for python)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-yenc/README')
-rw-r--r--python/python-yenc/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-yenc/README b/python/python-yenc/README
new file mode 100644
index 0000000000..716a3a3ab8
--- /dev/null
+++ b/python/python-yenc/README
@@ -0,0 +1,7 @@
+ 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.