slackbuilds_ponce/python/python2-yenc/README
Dave Woodfall 73ea7ad7aa
python/python-yenc: Renamed python2-yenc.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-05-08 01:41:53 +07:00

9 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.