summaryrefslogtreecommitdiffstats
path: root/python/python2-yenc/README
diff options
context:
space:
mode:
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 0000000000..59ddd5e880
--- /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.