From b3e2deedaa0a3a67f7ba3be4a6eb7fb8b2e987d1 Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Fri, 5 Dec 2014 04:22:14 +0700 Subject: python/bencode: Added (bittorrent module). Signed-off-by: Willy Sudiarto Raharjo --- python/bencode/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/bencode/README (limited to 'python/bencode/README') 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. -- cgit v1.2.3