summaryrefslogtreecommitdiffstats
path: root/python/bencode/README
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundy@linuxleo.com>2014-12-05 04:22:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-05 04:22:14 +0700
commitb3e2deedaa0a3a67f7ba3be4a6eb7fb8b2e987d1 (patch)
tree1e546cc5276e943da1332c5c32c275a6d9ee53bd /python/bencode/README
parent21dcca6d8e94aecd204602a75a1d9952634840a0 (diff)
downloadslackbuilds-b3e2deedaa0a3a67f7ba3be4a6eb7fb8b2e987d1.tar.gz
slackbuilds-b3e2deedaa0a3a67f7ba3be4a6eb7fb8b2e987d1.tar.xz
python/bencode: Added (bittorrent module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/bencode/README')
-rw-r--r--python/bencode/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/bencode/README b/python/bencode/README
new file mode 100644
index 0000000000..26fe734527
--- /dev/null
+++ b/python/bencode/README
@@ -0,0 +1,8 @@
+bencode (python module)
+
+The BitTorrent bencode module as a light-weight, stand alone package.
+
+This package simply re-packages the existing bencoding and bdecoding
+implemention from the 'official' BitTorrent client as a separate, leight-weight
+package for re-using them without having the entire BitTorrent software as a
+dependency.