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.
 
 
 
 
 
 
dsomero d0c108251a various: Update find command to match template. 12 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. 12 years ago
python-yenc.info Add REQUIRED field to .info files. 14 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 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.