slackbuilds_ponce/python/python-yenc
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
python-yenc.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
python-yenc.SlackBuild python/python-yenc: Added (raw encoding/decoding module for python) 2012-04-16 05:35:58 -05:00
README python/python-yenc: Added (raw encoding/decoding module for python) 2012-04-16 05:35:58 -05:00
slack-desc python/python-yenc: Added (raw encoding/decoding module for python) 2012-04-16 05:35:58 -05:00

 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.