Bencoding in Python
This time not as part of a
challenge
but because I quickly needed a parser for bencoding in Python. There
are existing modules to do that but
"bencode" needs
some Bittorrent library,
"bcode" is not
Py3-compatible out of the box.
"bcoding" seems
to work but looks slow and is about …