diff options
author | Logan Rathbone <poprocks@gmail.com> | 2019-11-22 23:13:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-22 23:13:45 +0700 |
commit | 12315a168343a9718507eeebe92549b302e4a618 (patch) | |
tree | 2b56895da93ce65772bc5f16792cf4ac009e2bb3 /python/rencode/slack-desc | |
parent | dfa01f979031114375c30bb7dad85f53b1507c4a (diff) | |
download | slackbuilds-12315a168343a9718507eeebe92549b302e4a618.tar.gz |
python/rencode: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/rencode/slack-desc')
-rw-r--r-- | python/rencode/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/rencode/slack-desc b/python/rencode/slack-desc new file mode 100644 index 0000000000..18e37f6c77 --- /dev/null +++ b/python/rencode/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rencode: rencode (Python module for object serialization similar to bencode) +rencode: +rencode: rencode is a Python module for fast (basic) object serialization +rencode: similar to bencode from the BitTorrent project. +rencode: +rencode: This version of rencode is a complete rewrite in Cython to attempt to +rencode: application on one of these lines, but it's not necessary. +rencode: increase the performance over the pure Python module written by Petru +rencode: Paler, Connelly Barnes et al. +rencode: +rencode: Homepage: https://github.com/aresch/rencode |