slackbuilds/python/python-yenc
Matteo Bernardini ab101be295 python/python-yenc: Mirror download url.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2018-03-06 02:04:26 +07:00
..
README
python-yenc.SlackBuild
python-yenc.info python/python-yenc: Mirror download url. 2018-03-06 02:04:26 +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.