Fast, safe and thoroughly tested implementation of bencode in pure Python 3, without any C extension.
Fast, safe and thoroughly tested implementation of bencode in pure Python 3, without any C extension. This is called flatbencode because the algorithm for decoding a bencode structure is non-recursive, thus preventing RuntimeException.
Fast, safe and thoroughly tested implementation of bencode in pure Python 3, without any C extension. This is called flatbencode because the algorithm for decoding a bencode structure is non-recursive, thus preventing RuntimeException.
To install py311-flatbencode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-flatbencode
To see what files were installed by py311-flatbencode, run:
port contents py311-flatbencode
To later upgrade py311-flatbencode, run:
sudo port selfupdate && sudo port upgrade py311-flatbencode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.