mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
682007c6a4
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
7 lines
372 B
Text
7 lines
372 B
Text
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.
|