slackbuilds/python/python-yenc
David Spencer 824b43d86d python/python-yenc: Updated homepage and download links.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-05-20 06:54:46 +07:00
..
README
python-yenc.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
python-yenc.info python/python-yenc: Updated homepage and download links. 2017-05-20 06:54:46 +07:00
slack-desc python/python-yenc: Fix slack-desc. 2016-11-14 16:47:23 +07:00

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.