slackbuilds/python/rencode
fourtysixandtwo bcd20846ca
python/rencode: Update wheel dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-06 08:28:18 +07:00
..
README
rencode.SlackBuild
rencode.info python/rencode: Update wheel dependency. 2023-05-06 08:28:18 +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.