You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson b037301a83
python/python-yenc: Fix slack-desc.
10 years ago
..
README python/python-yenc: Added (raw encoding/decoding module for python) 14 years ago
python-yenc.SlackBuild various: Update find command to match template. 13 years ago
python-yenc.info Add REQUIRED field to .info files. 14 years ago
slack-desc python/python-yenc: Fix slack-desc. 10 years ago

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.