Skip to content

MarPur/bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bencode

Encodes / Decodes bencoded content.

Bencode is an encoding format used by Bittorrent to encode .torrent files with information about the tracker and the contents to be downloaded.

This library provides functions to read such information as well as write it.

Usage

An example of how to read contents from .torrent file is provided in read_torrent.py.

Running the unit tests

Navigate to the module and run

python3 -m unittest tests

About

Encodes / Decodes bencoded content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages