aboutsummaryrefslogtreecommitdiff
path: root/python/python3-bencode/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2022-05-20 04:23:04 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:19 +0700
commit310112b64472d5c17bea880ee991b39917f220c9 (patch)
tree3e8b1db820e7f760c2a28e9bc639a3fff6bf45b2 /python/python3-bencode/README
parenta391ba7a7654cfe1e9485c2f033c43ffec1ac31e (diff)
python/python3-bencode: Added (python3 bittorrent module)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-bencode/README')
-rw-r--r--python/python3-bencode/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-bencode/README b/python/python3-bencode/README
new file mode 100644
index 0000000000..08b700d4a2
--- /dev/null
+++ b/python/python3-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.