Skip to content
/ bencode Public

Python 3 port for the official bencode repository. Supports both python 2 and python 3.

License

Notifications You must be signed in to change notification settings

amyth/bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bencode Python 3

Bencode Python 3 Bencode Python 3 License

This is the python 3 port for the official bencode (Bitorrent) encoding and decoding library. This project supports both python 2 and python 3.

Installation


This port of bencode library is also available on pypi and can be easily installed using the following command.

pip install bencode-python3

Usage


Simply import the functions that you want to use from this library

from bencode import bencode
encoded_value = bencode(some_value_to_encode)

Contact


If you have any issues or question using this library, you can holla at me on twitter: @mytharora

About

Python 3 port for the official bencode repository. Supports both python 2 and python 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages