slackbuilds/python/rencode
Andrew Clemons a07f35a80e
python/rencode: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-25 16:56:05 +07:00
..
README
rencode.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
rencode.info python/rencode: Add missing dependency. 2021-07-25 16:56:05 +07:00
slack-desc

README

The rencode module is similar to bencode from the BitTorrent project.
For complex, heterogeneous data structures with many small elements,
r-encodings take up significantly less space than b-encodings.

This version of rencode is a complete rewrite in Cython to attempt to
increase the performance over the pure Python module written by Petru
Paler, Connelly Barnes et al.