slackbuilds/python/python2-yenc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
python2-yenc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python2-yenc.info
slack-desc

README

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.