diff options
Diffstat (limited to 'python/python-yenc/README')
-rw-r--r-- | python/python-yenc/README | 7 |
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. |