Commit Graph

3 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh a0edce2545 Update to 1.0.6
- Add LICENSE_FILE

Changes:	https://github.com/aresch/rencode/releases
2018-10-22 19:09:56 +00:00
Sunpoet Po-Chuan Hsieh e9ba4c5727 Update to 1.0.5
- Update MASTER_SITES
- Strip shared library

Changes:	https://github.com/aresch/rencode/releases
2017-05-18 16:04:02 +00:00
Jung-uk Kim bd8572b5a0 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.  Later, it was forked, enhanced, and
bundled with Deluge.  Now, it is re-packaged and distributed by Xpra.

WWW: https://github.com/aresch/rencode
2015-06-10 17:03:39 +00:00