summaryrefslogtreecommitdiffstats
path: root/python/python2-yenc/README
blob: 59ddd5e880a8366e78d8e299c33324604d095483 (plain)
1
2
3
4
5
6
7
8
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.