summaryrefslogtreecommitdiffstats
path: root/python/bencode/README
blob: 26fe734527528959674a14b94a8fe21285da4de0 (plain)
1
2
3
4
5
6
7
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.