From 310112b64472d5c17bea880ee991b39917f220c9 Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Fri, 20 May 2022 04:23:04 +0100 Subject: python/python3-bencode: Added (python3 bittorrent module) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-bencode/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-bencode/README (limited to 'python/python3-bencode/README') 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. -- cgit v1.2.3